Cleanup: Remoción masiva de restos de WordPress y consolidación de archivos GKACHELE™

This commit is contained in:
komkida91
2026-01-27 18:00:16 +01:00
parent d9aad67066
commit 7083aa3893
874 changed files with 137670 additions and 137443 deletions

View File

@@ -0,0 +1,10 @@
<?php
/**
* Template part for displaying site branding.
*/
$footer_copyright = get_theme_mod('footer_copyright',abiz_get_default_option( 'footer_copyright' ));
if ( ! empty( $footer_copyright ) ){ ?>
<div class="copyright-text">
<?php echo wp_kses_post( str_replace( '{current_year}', date( 'Y' ), $footer_copyright ) ); ?>
</div>
<?php }