Skip to content

Instantly share code, notes, and snippets.

@mikeemoo
Created May 21, 2012 17:30
Show Gist options
  • Save mikeemoo/2763433 to your computer and use it in GitHub Desktop.
Save mikeemoo/2763433 to your computer and use it in GitHub Desktop.
Load wordpress into symfony
define('WP_USE_THEMES', true);
require_once(__DIR__.'/../web/wp-load.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment