function plt_hide_smashballoon_wpchat_livechat_customer_support_menus() { //Hide the "WPChat" menu. remove_menu_page('wp-chat'); } add_action('admin_menu', 'plt_hide_smashballoon_wpchat_livechat_customer_support_menus', 11);
Where do I put this code?