Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 6, 2020 04:17
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/fafe1b28db0a41a08ceb25d05260a9cc to your computer and use it in GitHub Desktop.
Save jchristopher/fafe1b28db0a41a08ceb25d05260a9cc to your computer and use it in GitHub Desktop.
<?php
$search = new \SearchWP\Query( 'coffee', [
'engine' => 'supplemental',
'per_page' => -1,
'fields' => 'all',
] );
$results = $search->results; // Array of results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment