| Server IP : 93.86.61.54 / Your IP : 216.73.216.206 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/tim/wp-content/themes/bizbuzz/ |
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 bizbuzz */ /** * Hook - bizbuzz_action_before_content. * * @hooked bizbuzz_main_content_ends - 30 */ do_action( 'bizbuzz_action_after_content' ); $footer_copyright = bizbuzz_get_option( 'footer_copyright' ); ?> <footer id="colophon" class="site-footer el-rt-animate fadeInUp"> <?php do_action( 'bizbuzz_action_before_footer' ); ?> <div class="site-info"> <div class="rt-wrapper"> <div class="rt-footer"> <?php if ( $footer_copyright ) : ?> <p class="copyright-info"><?php echo esc_html( $footer_copyright ); ?></p> <?php endif; ?> <p class="credit-info"> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'bizbuzz' ), 'bizbuzz', '<a href="https://refreshthemes.com" target="_blank">Refresh Themes</a>' ); ?> </p> </div> </div> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>