Need a PHP script or WordPress Plugin for mass deletion subscribers in wordpress , got any?
-
There are many Spam Comments with the links leading to malicious website and subscribers do the same !
How to remove them - the spam count is huge !
-
In Wordpress? I use Akismet to filter comments. Cuts down on a ton of them.
As to a PHP script to delete them, the admin panel can do that. If that's too slow, the fastest way would be to go in via SQL (if you can) and delete them that way.
-
Admin panel,which tool ? Akismet is installed in my blog. Other way to delete or prevent them. I do not want to use disqus system, also capatcha code. I have seen some blogs use check box option comment section ?
-
I did a little tweak in my case, i edited the comments template and remove the link on the comment author names.
If it is in the comment body you will need to do it manually or via sql