Modularización de GKACHELE SaaS
This commit is contained in:
10
wp-content/themes/abiz/template-parts/site-info.php
Normal file
10
wp-content/themes/abiz/template-parts/site-info.php
Normal 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 }
|
||||
Reference in New Issue
Block a user