Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created September 25, 2019 14:27
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/fc8365667f08adcdbf33ba7c01eb4818 to your computer and use it in GitHub Desktop.
Save jchristopher/fc8365667f08adcdbf33ba7c01eb4818 to your computer and use it in GitHub Desktop.
Output a custom notice when SearchWP finds a search correction
<?php
// Output a custom notice when SearchWP finds a search correction.
add_action( 'searchwp_revised_search_query', function( $args ) {
// TODO: Output a notice indicating a search correction has been made.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment