Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/wp-content/themes/vrm/partials/footer/ |
Upload File : |
<?php use TotalTheme\Footer\Core as Footer; use TotalTheme\Footer\Widgets as Footer_Widgets; /** * Footer Layout. * * @package TotalTheme * @subpackage Partials * @version 5.6.1 */ defined( 'ABSPATH' ) || exit; ?> <?php wpex_hook_footer_before(); ?> <?php if ( ! wpex_theme_do_location( 'footer' ) ) : ?> <?php if ( Footer_Widgets::is_enabled() ) : ?> <footer id="footer" <?php Footer::wrapper_class(); ?><?php wpex_schema_markup( 'footer' ); ?>> <?php wpex_hook_footer_top(); ?> <div id="footer-inner" class="site-footer-inner container wpex-pt-40 wpex-clr"><?php wpex_hook_footer_inner(); // widgets are added via this hook ?></div> <?php wpex_hook_footer_bottom(); ?> </footer> <?php endif; ?> <?php endif; ?> <?php wpex_hook_footer_after(); ?>