No clickable links in comment text
Addresses typed in a comment show as plain text instead of links, so posting a link in your comments gains a spammer nothing.
<?php
// WordPress turns www.example.com and https://… into links when showing comments.
remove_filter( 'comment_text', 'make_clickable', 9 );
In these packs
- Comments: Fewer spam comments and more control: close old posts, set minimum and maximum lengths, a spam trap, no links.