function plt_hide_wp_sendgrid_smtp_menus() { //Hide the "SendGrid SMTP" menu. remove_menu_page('sendgridsmtp'); } add_action('admin_menu', 'plt_hide_wp_sendgrid_smtp_menus', 11);
Where do I put this code?