Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 5, 2018 16:09
Embed
What would you like to do?
Using searchwp_load
<?php
add_action( 'searchwp_load', function() {
// SearchWP has loaded
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment