1 2 3 4 5 6 7 8 9 10 11 12 |
<?php $copyright = get_theme_mod('kotha_footer_copyright'); $allowed_tags = array( 'strong' => array(), 'a' => array( 'href' => array(), 'title' => array() ) ); echo wp_kses( $copyright, $allowed_tags ); ?> |
Tag: function