| Server IP : 104.21.20.47 / Your IP : 104.23.243.204 Web Server : Microsoft-IIS/7.5 System : Windows NT WIN-HN0MTSF2AF1 6.1 build 7601 (Windows Server 2008 R2 Enterprise Edition Service Pack 1) AMD64 User : IWPD_11(bayt-altogg) ( 0) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/bayt-altoggar.com/httpdocs/wp-content/themes/customify/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package customify
*/
?> <?php do_action( 'customify/main/after' ); ?>
</main><!-- #main -->
<?php do_action( 'customify/sidebars' ); ?>
</div><!-- #.customify-grid -->
</div><!-- #.customify-container -->
</div><!-- #content -->
<?php
/**
* Hook before site content
*
* @since 0.2.2
*/
do_action( 'customify/after-site-content' );
do_action( 'customify/site-end/before' );
if ( ! customify_is_e_theme_location( 'footer' ) ) {
/**
* Site end
*
* @hooked customify_customize_render_footer - 10
*
* @see customify_customize_render_footer
*/
do_action( 'customify/site-end' );
}
do_action( 'customify/site-end/after' );
?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>