HEX
Server: Microsoft-IIS/10.0
System: Windows NT WIN8095 10.0 build 20348 (Windows Server 2016) AMD64
User: kytoffice-001 (0)
PHP: 7.4.30
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,show_source
Upload Files
File: h:/root/home/kytoffice-001/www/expresstinou/wp-content/themes/home_1772500334/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>