function plt_hide_autoketing_for_woocommerce_menus() { //Hide the "Autoketing" menu. remove_menu_page('auto_keting'); } add_action('admin_menu', 'plt_hide_autoketing_for_woocommerce_menus', 1001);
Where do I put this code?