Mar 23, 2022 8:56 am
Hello,
How can I allow user submitting comment with empty text (rating required)? I tried this code snippet but it didn't work:Â
add_filter( 'allow_empty_comment', function ($allow, $data) { return true; }, 10 , 2 );
5 Replies
Mar 23, 2022 9:18 am
We're really sorry, but wpDiscuz doesn't allow empty content. However, I've asked the developers to check this and if it's possible, they'll add the feature in the future versions of the wpDiscuz plugin.Â
Mar 23, 2022 9:38 am
@asti or allowing only spaces in comment text and setting a default space-only default comment?Â