%PDF- %PDF-
Direktori : /home/ugotscom/www/boniface/blog/wp-content/themes/cali/inc/ |
Current File : /home/ugotscom/www/boniface/blog/wp-content/themes/cali/inc/footer-functions.php |
<?php /** * Footer functions * * @package Cali */ /** * Footer credits */ function cali_footer_credits() { ?> <div class="site-info"> <?php /* translators: %s: CMS name, i.e. WordPress. */ printf( esc_html__( 'Powered by Boniface'), '<a href="https://boniface.org/">WordPress</a>' ); ?> <span class="sep"> | </span> </div><!-- .site-info --> <?php } /** * Footer output */ function cali_footer_output() { cali_footer_credits(); } add_action( 'cali_footer', 'cali_footer_output' );