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 );
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 );
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.
@asti or allowing only spaces in comment text and setting a default space-only default comment?