Skip to content

Instantly share code, notes, and snippets.

@diije
Created June 12, 2013 13:08
Show Gist options
  • Save diije/5765082 to your computer and use it in GitHub Desktop.
Save diije/5765082 to your computer and use it in GitHub Desktop.
WordPress : supprimer le HTML dans les commentaires. Détails et explications : http://www.diije.fr/wordpress-supprimer-html-commentaires/
<?php
add_filter( 'pre_comment_content' , 'wp_strip_all_tags' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment