Testing of this plugin has been temporarily suspended due to an error. It will automatically resume when a new plugin version is released.
function plt_hide_facebook_messenger_customer_chat_menus() {
//Hide the "Settings → Facebook Chat" menu.
remove_submenu_page('options-general.php', 'facebook-messenger-customer-chat');
}
add_action('admin_menu', 'plt_hide_facebook_messenger_customer_chat_menus', 11);