| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/ |
| Current File : /home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/footer.php |
<?php
/**
* Template Name: Footer
* The template for displaying theme footer.
* Close divs started at the header.
* @since 1.0.0
* @xstore-version 9.4.0
*/
defined( 'ABSPATH' ) || exit( 'Direct script access denied.' );
if ( apply_filters('etheme_footer_template_basic', false) || ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) :
/**
* Hook: etheme_prefooter.
*
* @hooked etheme_prefooter_content - 10
*
* @version 1.0.0
* @since 6.2.12
*
*/
do_action( 'etheme_prefooter' );
?>
</div> <!-- page wrapper -->
<div class="et-footers-wrapper">
<?php
/**
* Hook: etheme_footer.
*
* @hooked etheme_footer_content - 10
* @hooked etheme_copyrights_content - 20
*
* @version 1.0.0
* @since 6.2.12
*
*/
do_action( 'etheme_footer' );
?>
</div>
</div> <!-- template-content -->
<?php do_action('after_page_wrapper'); ?>
</div> <!-- template-container -->
<?php endif; ?>
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
</body>
</html>