function plt_hide_restrict_wp_upload_type_menus() { //Hide the "Restrict Files" menu. remove_menu_page('restrict_file_type'); } add_action('admin_menu', 'plt_hide_restrict_wp_upload_type_menus', 11);
Where do I put this code?