Skip to content

Instantly share code, notes, and snippets.

@dataich
Created December 28, 2011 06:19
Show Gist options
  • Select an option

  • Save dataich/1526690 to your computer and use it in GitHub Desktop.

Select an option

Save dataich/1526690 to your computer and use it in GitHub Desktop.
WordPress Interactive Shell
# On WordPress root directory
php -a
php > require('./wp-blog-header.php');
php > ob_end_clean();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment