Done !
| Server IP : 51.91.236.255 / Your IP : 216.73.217.126 Web Server : Apache System : Linux webm003.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chloega ( 433239) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/chloega/www/wp-content/themes/inspiro/template-parts/footer/ |
Upload File : |
<?php
/**
* Displays footer site info
*
* @package Inspiro
* @subpackage Inspiro_Lite
* @since Inspiro 1.0.0
* @version 1.0.0
*/
// It’s essential to include a default value here,
// which should match the one defined in class-inspiro-footer-copyright-config.php for consistency.
$customizer_copyright_text = get_theme_mod( 'footer_copyright_text_setting', 'Copyright {copyright} {current-year} {site-title}' );
?>
<div class="site-info">
<?php
if ( function_exists( 'the_privacy_policy_link' ) ) {
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
}
?>
<span class="copyright">
<span>
<?php if ( $customizer_copyright_text ) : ?>
<?php echo get_footer_copyright_text($customizer_copyright_text) ; ?>
<?php endif; ?>
</span>
<span>
<a href="<?php echo 'https://www.wpzoom.com/themes/inspiro/'; ?>" target="_blank" rel="nofollow">Inspiro Theme</a>
<?php esc_html_e( 'by', 'inspiro' ); ?>
<a href="<?php echo 'https://www.wpzoom.com/'; ?>" target="_blank" rel="nofollow">WPZOOM</a>
</span>
</span>
</div><!-- .site-info -->