function plt_hide_website_llms_txt_menus() { //Hide the "Tools → Llms.txt" menu. remove_submenu_page('tools.php', 'llms-file-manager'); } add_action('admin_menu', 'plt_hide_website_llms_txt_menus', 11);
Where do I put this code?