hello
this code, It was working fine before, but today the messages are not showing up in the comments section.
add_filter(
'hivepress/v1/comment_types',
function( $comment_types ) {
$comment_types['message']['public'] = true;
return $comment_types;
}
);
What is the problem?