Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created April 12, 2022 14:47
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/2b5d19150ee559bf13dea893c7324e03 to your computer and use it in GitHub Desktop.
Save searchwpgists/2b5d19150ee559bf13dea893c7324e03 to your computer and use it in GitHub Desktop.
<?php
// @linkhttps://searchwp.com/documentation/classes/searchwp-indexer/
// Forcefully trigger SearchWP's Indexer.
$indexer = new \SearchWP\Indexer();
$indexer->trigger();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment