i am working on an event that requires users to be able to comment, everyday on my blog for a period of them, i have been looking for the possible way to allow duplicate comments on my blog. please can anyone tell me how to enable duplicate comments
i am working on an event that requires users to be able to comment, everyday on my blog for a period of them, i have been looking for the possible way to allow duplicate comments on my blog. please can anyone tell me how to enable duplicate comments
Add this to your functions.php:
add_filter('duplicate_comment_id', '__return_false');