Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 21, 2020 02:19
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 jchristopher/d3e5b1bc251760ca2749f80cf3ee14f8 to your computer and use it in GitHub Desktop.
Save jchristopher/d3e5b1bc251760ca2749f80cf3ee14f8 to your computer and use it in GitHub Desktop.
Disable SearchWP's settings screen
<?php
// Disable SearchWP's settings screen.
add_filter( 'searchwp\options\settings_screen', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment