Advertisement
xpeed

wp load

Jun 28th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. $parse_uri = explode('wp-content', $_SERVER['SCRIPT_FILENAME']);
  2. require_once( $parse_uri[0] . 'wp-load.php' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement