Created
February 3, 2017 16:34
-
-
Save ataylorme/7ff0cc18076d2846767d35d2e115db5f to your computer and use it in GitHub Desktop.
This file contains 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 | |
// Tells WordPress to load the WordPress theme and output it. | |
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