Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //* Remove comment form allowed tags
  2. add_filter( 'comment_form_defaults', 'topleague_remove_comment_form_allowed_tags' );
  3. function topleague_remove_comment_form_allowed_tags( $defaults ) {
  4. $defaults['comment_notes_after'] = '';
  5. return $defaults;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement