function plt_hide_getastra_menus() { //Hide the "ASTRA" menu. remove_menu_page('astra-security'); } add_action('admin_menu', 'plt_hide_getastra_menus', 11);
Where do I put this code?