Skip to content

Instantly share code, notes, and snippets.

@jordinebot
Created January 25, 2016 16:59
Show Gist options
  • Save jordinebot/2f83f55f5c908a4e3004 to your computer and use it in GitHub Desktop.
Save jordinebot/2f83f55f5c908a4e3004 to your computer and use it in GitHub Desktop.
Load Wordpress
/* Load Wordpress in any file inside wp-content/ */
defined('ABSPATH') or define('ABSPATH', preg_replace('/\/wp-content\/.*/', '', __DIR__) . '/');
require_once ABSPATH . 'wp-load.php';
@jordinebot
Copy link
Author

That's the best way to do it. Anyway, don't do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment