Search code examples
wordpress

Wordpress duplicate comment detection


Does anyone know how to disable duplicate comment detection in Wordpress (2.9.2)? I'm looking for a way to do this programatically without editing core files. We're adding comments via XMLRPC and the duplicate detection in wp-includes/comment.php (line 494) is causing issues during testing.

Thanks!


Solution

  • Currently, there are no hooks available to do this without editing core files.

    The best way would be to comment out the duplicate check from wp-includes/comment.php