Terence Eden. He has a beard and is smiling.

Terence Eden’s Blog

Theme Switcher:

Automatically deleting WordPress comments using a theme

· 350 words


The Logo for WordPress.

Let's say you want to automatically delete specific sorts of comments from your WordPress blog. For example, immediately trashing any comment that has a specific phrase "Elephant Juice" in it. You can do this by going to Settings -> Discussion → Disallowed Comment Keys. Or you can add something to your theme's functions.php file. Here's the code snippet: add_action( 'comment_post', '…