kalponikoronno

Kirki customizer 3

Apr 1st, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2. $copyright_text_settings = get_theme_mod('copyright_text_settings');
  3. ?>
  4. <?php if($copyright_text_settings) : ?>
  5. <div class="row pt-5">
  6.     <div class="col-md-12 text-center">
  7.         <p><?php echo esc_html($copyright_text_settings); ?></p>
  8.     </div>
  9. </div>
  10. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment