Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created April 12, 2022 14:25
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 searchwpgists/c6e3575806c6c41a5224a7af256e23a8 to your computer and use it in GitHub Desktop.
Save searchwpgists/c6e3575806c6c41a5224a7af256e23a8 to your computer and use it in GitHub Desktop.
<?php
// @link https://searchwp.com/documentation/classes/searchwp-query/
$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