Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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?Â