Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created June 17, 2015 16:20
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/8917002de1743a40b064 to your computer and use it in GitHub Desktop.
Save jchristopher/8917002de1743a40b064 to your computer and use it in GitHub Desktop.
Output markup after the settings screen view
<?php
function my_searchwp_settings_after_my_settings() {
echo 'After the My Settings view output';
}
add_action( 'searchwp_settings_after\my_settings', 'my_searchwp_settings_after_my_settings' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment