Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Last active April 12, 2022 14:28
Show Gist options
  • Save searchwpgists/fb25a9d4201b4b4840802e88e1375e91 to your computer and use it in GitHub Desktop.
Save searchwpgists/fb25a9d4201b4b4840802e88e1375e91 to your computer and use it in GitHub Desktop.
<?php
// @link https://searchwp.com/documentation/classes/searchwp-query/
$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