Home / Admin / Hide ‘Screen Options’ Tab
Duplicate Snippet

Embed Snippet on Your Site

Hide ‘Screen Options’ Tab

Remove the Screen Options menu at the top of admin pages.

700+
Code Preview
php
<?php
// Hide admin 'Screen Options' tab
add_filter('screen_options_show_screen', '__return_false');

Comments

Add a Comment