Message and comment

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?

Please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin (e.g. LiteSpeed), make sure that caching is disabled for logged-in users.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.