search ]

Disable HTML in WordPress Comments

By default WordPress allows adding HTML tags in comments such as outbound links, various tags, etc.

Comments do contain rel=nofollow on links automatically, but if you want to completely disable the ability to add any HTML in comments, add the following line to your functions.php file:

add_filter( 'pre_comment_content', 'esc_html' );
Join the Discussion
0 Comments  ]

Leave a Comment

To add code, use the buttons below. For instance, click the PHP button to insert PHP code within the shortcode. If you notice any typos, please let us know!

Savvy WordPress Development official logo