When you post a comment to a wordpress site too fast after your previous comment, you get this blank page with a single line of text saying:
“You are posting comments too quickly. Slow down.”
WordPress has a so called comment flood prevention built in which prevents users (mostly spam bots) from submitting multiple comments too fast. Besides the usability fail caused by the blank page, there are situations where this preventive behaviour is unwelcome and you would like to disable it (think importing a bunch of comments programmatically, using the comments database table for something other than comments etc.). Personally I was experimenting with a technique where i save submitted form data as a comment to then check if Akismet marked it as spam.
Going through the code i found the function to be checking the result of the filter “comment_flood_filter”, before executing. Since this seemed rather undocumented in the codex or anywhere else, here’s how to disable the said comment flood prevention. Make sure you know what consequences this has for actual comment submissions.
It works! Thanks Berend. :)
Thanks, it works for me.
Bless
this works great..hats off.for publishing ..but when i submit comment with image it is not working
Great! Working well. Thank you so much for this post.
Hello!
Hey does this still work? Thanks!
Hi. Haven’t tested it on recent WP versions but don’t see why it wouldn’t.
Thanks a lot)
it works fine thank you….
hi!
It works! Thanks a lot.
Hi HI
Helpful forum posts. Regards!
thank you!
it did not work for me
Hi,
it did not work for me please help