Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 5, 2018 16:04
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/1256368f33231f0b3020a512be2e3920 to your computer and use it in GitHub Desktop.
Save jchristopher/1256368f33231f0b3020a512be2e3920 to your computer and use it in GitHub Desktop.
Add output before SearchWP's settings screen header
<?php
add_action( 'searchwp_settings_before_header', function() {
echo 'This content appears before the header on all SearchWP settings screens.';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment