Advertisement
rdusnr

Untitled

Sep 29th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if(!function_exists('rduSQ7_add_allowed_tags')) {
  2. function thmlv_add_allowed_tags($tags) {
  3. $tags['data-reveal-id'] = array(
  4. 'login_panel' => true,
  5. 'register_panel' => true
  6. );
  7. $tags['class'] = array(
  8. 'text-center' => true,
  9. );
  10. return $tags;
  11. }
  12. add_filter('wp_kses_allowed_html', 'rduSQ7_add_allowed_tags');
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement