Created
November 6, 2022 15:48
-
-
Save AndreFCAmorim/133e4a2ea8b1eb293f7f6dd12a8633bb to your computer and use it in GitHub Desktop.
Hide ‘Screen Options’ Tab on WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Hide admin 'Screen Options' tab | |
add_filter('screen_options_show_screen', '__return_false'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment