Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 5, 2018 16:12
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/34c99bba880326868fe1c9201ee1d36f to your computer and use it in GitHub Desktop.
Save jchristopher/34c99bba880326868fe1c9201ee1d36f to your computer and use it in GitHub Desktop.
Using SearchWP's searchwp_settings_init
<?php
add_action( 'searchwp_settings_init', function() {
// SearchWP's Settings system has been initialized
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment