function plt_hide_social_chat_for_wp_menus() { //Hide the "Social Chat for WP" menu. remove_menu_page('social-chat-for-wp/index.php'); } add_action('admin_menu', 'plt_hide_social_chat_for_wp_menus', 11);
Where do I put this code?