function plt_hide_wc_paygol_menus() { //Hide the "PayGol" menu. remove_menu_page('pg-information'); } add_action('admin_menu', 'plt_hide_wc_paygol_menus', 11);
Where do I put this code?