Skip to content

Instantly share code, notes, and snippets.

@tobyl
Created October 27, 2015 15:06
Show Gist options
  • Save tobyl/0a55356d324f4c7ae831 to your computer and use it in GitHub Desktop.
Save tobyl/0a55356d324f4c7ae831 to your computer and use it in GitHub Desktop.
<?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