Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active March 6, 2020 03:26
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/519e87b1d4f4327cb7b2d46e2895b9a2 to your computer and use it in GitHub Desktop.
Save jchristopher/519e87b1d4f4327cb7b2d46e2895b9a2 to your computer and use it in GitHub Desktop.
<?php
$search = new \SearchWP\Query( 'coffee' );
$results = $search->results; // Array of results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment