Skip to content

Instantly share code, notes, and snippets.

@scharfie
Created May 21, 2014 16:31
Show Gist options
  • Save scharfie/a7576b4aa82359dd078c to your computer and use it in GitHub Desktop.
Save scharfie/a7576b4aa82359dd078c to your computer and use it in GitHub Desktop.
boot-wordpress.php
if (!defined('WP_USE_THEMES')) {
define('WP_USE_THEMES', false);
require(dirname(__FILE__) . '/../../../../wp-config.php');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment