Created
October 27, 2015 15:06
-
-
Save tobyl/0a55356d324f4c7ae831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* @package WordPress | |
* @var bool | |
*/ | |
define('WP_USE_THEMES', true); | |
/** Loads the WordPress Environment and Template */ | |
require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment