Skip to content

Instantly share code, notes, and snippets.

@jeffcdavis
Created March 15, 2013 01:28
Show Gist options
  • Save jeffcdavis/5166827 to your computer and use it in GitHub Desktop.
Save jeffcdavis/5166827 to your computer and use it in GitHub Desktop.
Load WordPress database/functions outside of WordPress
<?php
// Include WordPress
define('WP_USE_THEMES', false);
require('/website-root-directory/wp-load.php');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment