Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 4, 2018 14:59
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/0c493f534fe7b59a37a4fee3277b553e to your computer and use it in GitHub Desktop.
Save jchristopher/0c493f534fe7b59a37a4fee3277b553e to your computer and use it in GitHub Desktop.
Add a SearchWP settings screen view
<?php
add_action( 'searchwp_settings_view\my_view', function() {
echo 'This is the view named <code>my_view</code>.';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment