Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $root = dirname(dirname(dirname(dirname(__FILE__))));
  2. if (file_exists($root.'/wp-load.php')) {
  3. // WP 2.6
  4. require_once($root.'/wp-load.php');
  5. } else {
  6. // Before 2.6
  7. require_once($root.'/wp-config.php');
  8. }
Add Comment
Please, Sign In to add comment