Guest User

Untitled

a guest
Nov 13th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2. /**
  3. * Loads the WordPress environment and template.
  4. *
  5. * @package WordPress
  6. */
  7.  
  8. if ( !isset($wp_did_header) ) {
  9.  
  10. $wp_did_header = true;
  11.  
  12. require_once( dirname(__FILE__) . '/wp-load.php' );
  13.  
  14. wp();
  15.  
  16. require_once( ABSPATH . WPINC . '/template-loader.php' );
  17.  
  18. }
Add Comment
Please, Sign In to add comment