How to allow duplicate comments?

admin2025-01-07  3

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

Share Improve this question edited Jul 22, 2020 at 6:36 mozboz 2,6081 gold badge12 silver badges23 bronze badges asked Jul 21, 2020 at 21:33 LumiLumi 111 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 2

Add this to your functions.php:

add_filter('duplicate_comment_id', '__return_false');
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736261442a742.html

最新回复(0)