Home / Disable / Hide the ‘Screen Options’ Tab on admin bar
Duplicate Snippet

Embed Snippet on Your Site

Hide the ‘Screen Options’ Tab on admin bar

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

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

Comments

Add a Comment