WordPress: How to Fix „You are posting comments too quickly. Slow down.“ Error

Answer: Add this function to /wp-content/themes/YOUR_THEME/functions.php: add_filter('comment_flood_filter', '__return_false'); While not ideal, I use the built in comment protocol of WordPress for various unintended purposes, including pentesting. This lead me to…

Pokračovat ve čteníWordPress: How to Fix „You are posting comments too quickly. Slow down.“ Error