Skip to content
wordpress

WordPress – Comments – Disable Flood Control

Another simple WordPress plugin that disables flood control for comments.

It is required for importing a large number of comments over xml-rpc, which would otherwise be blocked by WordPress’s inbuilt spam control.

In a similar vein to the xml-rpc anonymous comments plugin , it works by adding a filter to comment_flood_filter to return false.

Compatible with WordPress 2.8 and upwards.

Download Plugin