function plt_hide_hsoub_captcha_menus() { //Hide the "Hsoub CAPTCHA" menu. remove_menu_page('hsoub-captcha/options-panel.php'); } add_action('admin_menu', 'plt_hide_hsoub_captcha_menus', 11);
Where do I put this code?