function plt_hide_uk_cookie_consent_menus() { //Hide the "Termly" menu. remove_menu_page('termly'); } add_action('admin_menu', 'plt_hide_uk_cookie_consent_menus', 11);
Where do I put this code?