Skip to content

Instantly share code, notes, and snippets.

@gmcinnes
Created April 9, 2012 21:17
Show Gist options
  • Select an option

  • Save gmcinnes/2346604 to your computer and use it in GitHub Desktop.

Select an option

Save gmcinnes/2346604 to your computer and use it in GitHub Desktop.
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);
include dirname(__FILE__) . "/wp-blog-header.php";
include dirname(__FILE__) . "/wp-content/mu-plugins/wp-search-mu.php";
ini_set('display_errors', 'On');
error_reporting(E_ALL);
wpSearch_buildFullIndex();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment