function plt_hide_connect_restrictcontentpro_to_discord_addon_menus() {
//Hide the "Tools → Scheduled Actions" menu.
remove_submenu_page('tools.php', 'action-scheduler');
}
add_action('admin_menu', 'plt_hide_connect_restrictcontentpro_to_discord_addon_menus', 12);