Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function biography_footer() {
- global $biography_customizer_saved_options;
- ?>
- <!-- *****************************************
- Footer section starts
- ****************************************** -->
- <div class="clearfix"></div>
- <footer id="colophon" class="site-footer" role="contentinfo">
- <div class="site-info">
- <?php
- if(isset($biography_customizer_saved_options['biography-copyright-text'])){
- echo '<div class="copyright">'.htmlspecialchars_decode( wp_kses_post( $biography_customizer_saved_options['biography-copyright-text'] ))."</div>";
- }
- ?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'biography' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'biography' ), 'WordPress' ); ?></a>
- <span class="sep"> | </span>
- <?php printf( esc_html__( ' %1$s by %2$s.', 'biography' ), 'Biography', '<a href="'. esc_url( __( 'http://www.yamchhetri.com/','biography' ) ).'" rel="designer">'.__('Yam Chhetri','biography' ).'</a>' ); ?>
- </div><!-- .site-info -->
- </footer><!-- #colophon -->
- <!-- *****************************************
- Footer section ends
- ****************************************** -->
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment