Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : footer-copyright.php
<?php
/**
 * The template to display the copyright info in the footer
 *
 * @package SPIN
 * @since SPIN 1.0.10
 */

// Copyright area
?> 
<div class="footer_copyright_wrap
<?php
$spin_copyright_scheme = spin_get_theme_option( 'copyright_scheme' );
if ( ! empty( $spin_copyright_scheme ) && ! spin_is_inherit( $spin_copyright_scheme  ) ) {
	echo ' scheme_' . esc_attr( $spin_copyright_scheme );
}
?>
				">
	<div class="footer_copyright_inner">
		<div class="content_wrap">
			<div class="copyright_text">
			<?php
				$spin_copyright = spin_get_theme_option( 'copyright' );
			if ( ! empty( $spin_copyright ) ) {
				// Replace {{Y}} or {Y} with the current year
				$spin_copyright = str_replace( array( '{{Y}}', '{Y}' ), date( 'Y' ), $spin_copyright );
				// Replace {{...}} and ((...)) on the <i>...</i> and <b>...</b>
				$spin_copyright = spin_prepare_macros( $spin_copyright );
				// Display copyright
				echo wp_kses( nl2br( $spin_copyright ), 'spin_kses_content' );
			}
			?>
			</div>
		</div>
	</div>
</div>
© 2026 GrazzMean-Shell