Skip to content

Instantly share code, notes, and snippets.

@AndreFCAmorim
Created November 6, 2022 15:48
Show Gist options
  • Save AndreFCAmorim/133e4a2ea8b1eb293f7f6dd12a8633bb to your computer and use it in GitHub Desktop.
Save AndreFCAmorim/133e4a2ea8b1eb293f7f6dd12a8633bb to your computer and use it in GitHub Desktop.
Hide ‘Screen Options’ Tab on WordPress
<?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