HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/custom-functions-1767952375/footer.php
    </div><!-- #content -->

    <footer id="colophon" class="site-footer">
        <div class="container">
            <?php if ( is_active_sidebar( 'sidebar-footer' ) ) : ?>
                <div class="footer-widgets">
                    <?php dynamic_sidebar( 'sidebar-footer' ); ?>
                </div><!-- .footer-widgets -->
            <?php endif; ?>

            <div class="site-info">
                &copy; <?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?>
                <br/>
                <?php
                $theme_data  = wp_get_theme();
                $author_uri  = $theme_data->get( 'AuthorURI' );
                $author_name = $theme_data->get( 'Author' );

                // 构建作者链接
                $author_link = '<a href="' . esc_url( $author_uri ) . '">' . esc_html( $author_name ) . '</a>';
                
                printf(
                    esc_html__( 'Theme simple-modern by %s', 'simple-modern' ),
                    $author_link
                );
                ?>
            </div><!-- .site-info -->
        </div><!-- .container -->
    </footer><!-- #colophon -->
</div><!-- #page -->

<?php wp_footer(); ?>
</body>
</html>