Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active April 29, 2020 12:49
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/d81f5e5781b43d6bfa661944cb00e5c5 to your computer and use it in GitHub Desktop.
Save jchristopher/d81f5e5781b43d6bfa661944cb00e5c5 to your computer and use it in GitHub Desktop.
<?php
// Retrieve the most commmon searches for the
// Default engine from the past thirty days.
$statistics = \SearchWP\Statistics::get_popular_searches( [
'days' => 30,
'engine' => 'default',
] );
// Display the results in a <table>.
\SearchWP\Statistics::display( $statistics );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment