Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 25, 2018 13:17
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/34038672564de56b29e515deadc31701 to your computer and use it in GitHub Desktop.
Save jchristopher/34038672564de56b29e515deadc31701 to your computer and use it in GitHub Desktop.
Load SearchWP's lightweight settings screen
<?php
// NOTE: applies only to legacy settings screen as of SearchWP 2.9
add_filter( 'searchwp_lightweight_settings', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment