![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/intellicart.co/wp-content/themes/framey/ |
<?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 uicore-theme */ ?> </div><!-- #content --> <?php if (class_exists('\UiCore\Core')){ do_action( "uicore_content_end", $post ); echo "<!-- 1.5 uicore_content_end -->"; } else {?> <footer id="colophon" class="site-footer"> <div class="uicore-container"> <div> <?php echo esc_html('© '.date('Y')); ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a>. <?php echo esc_html__(' All rights reserved.', 'framey'); ?> </div> </div> </footer> <?php } ?> </div><!-- #page --> <?php if (class_exists('\UiCore\Core')){ do_action( "uicore_body_end", $post ); echo "<!-- 1.6 uicore_body_end -->"; } ?> </div> <?php if (class_exists('\UiCore\Core')){ do_action( "uicore_after_body_content", $post ); echo "<!-- 1.7 uicore_after_body_content -->"; } wp_footer(); ?> </body> </html>