Skip to content

Instantly share code, notes, and snippets.

@mikaelz
Last active February 28, 2016 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelz/d105fb16e4d65ff6c7db to your computer and use it in GitHub Desktop.
Save mikaelz/d105fb16e4d65ff6c7db to your computer and use it in GitHub Desktop.
Headless WordPress core with disabled redirects. More at http://codex.wordpress.org/Integrating_Wordpress_with_Your_Website
<?php
define('DOING_CRON', true);
require dirname(__FILE__).'/wp-blog-header.php';
// Your code goes here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment