Role Based Admin Access for Conversation

[ad_1]

public function show_chat_box_metabox( $role ) {

	if($role === 'custome_role'){

		$unique_key = 'blog_'.$post->ID.'';

		$thread_id = $this->get_unique_conversation_id_only($unique_key);

		if( $thread_id > 1){

			echo '<div class="custom-content">';
				echo Better_Messages()->functions->get_conversation_layout($thread_id);
			echo '</div>';

		}
	}	
}
  1. How to enable users with a custom role to invite more participants to private conversations and convert them into group conversations
  2. They can view the conversation even if they have not participated, similar to an admin.
  3. The above Condition For this function Only.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer