The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Enable double comme...
 
Share:
Notifications
Clear all

[Solved] Enable double comments

2 Posts
2 Users
1 Reactions
289 Views
Posts: 17
 Mau
Topic starter
(@mau)
Eminent Member
Joined: 1 year ago

Hi I want people to be able to say the same comments more then ones. So the same text? How can I enable this?

1 Reply
Asti
Posts: 7180
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @mau,

Please use the native (core) WordPress hook code below: 

add_filter('duplicate_comment_id', '__return_false');

Put the hook code above in the WordPress active theme functions.php file.

More information on how to add insert custom code you can find here: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/

Share: