Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 4, 2018 14:55
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/96049ce713cdab9f547b32dccb645d54 to your computer and use it in GitHub Desktop.
Save jchristopher/96049ce713cdab9f547b32dccb645d54 to your computer and use it in GitHub Desktop.
Add output to SearchWP's settings screen footer
<?php
add_action( 'searchwp_settings_footer', function() {
echo 'This content is in the footer of all SearchWP settings screens.';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment