Server IP : 198.54.125.146 / Your IP : 3.144.83.188 [ Web Server : LiteSpeed System : Linux business38.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : engixevu ( 716) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/engixevu/smartjobbox.com/wp-content/themes/bloghash/ |
Upload File : |
<?php /** * The template for displaying the footer in our theme. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Bloghash * @author Peregrine Themes * @since 1.0.0 */ ?> <?php do_action( 'bloghash_main_end' ); ?> </div><!-- #main .site-main --> <?php do_action( 'bloghash_after_main' ); ?> <?php do_action( 'bloghash_before_colophon', 'before_footer' ); ?> <?php if ( bloghash_is_colophon_displayed() ) { ?> <footer id="colophon" class="site-footer" role="contentinfo"<?php bloghash_schema_markup( 'footer' ); ?>> <?php do_action( 'bloghash_footer' ); ?> </footer><!-- #colophon .site-footer --> <?php } ?> <?php do_action( 'bloghash_after_colophon', 'after_footer' ); ?> </div><!-- END #page --> <?php do_action( 'bloghash_after_page_wrapper' ); ?> <?php wp_footer(); ?> </body> </html>