Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petersplugins/8811cc767e23aa24318146d0da6b53ca to your computer and use it in GitHub Desktop.
Save petersplugins/8811cc767e23aa24318146d0da6b53ca to your computer and use it in GitHub Desktop.
<?php
// This code snippet removes the "Screen Options" Tab from the top right corner of the WordPress Admin
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