Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 5, 2018 16:24
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/4b1cbb860c6606080a99887111681de2 to your computer and use it in GitHub Desktop.
Save jchristopher/4b1cbb860c6606080a99887111681de2 to your computer and use it in GitHub Desktop.
Using searchwp_swp_query_shutdown
<?php
add_action( 'searchwp_swp_query_shutdown', function() {
// SWP_Query has found results and is shutting down
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment