Skip to content

Instantly share code, notes, and snippets.

@brandonhimpfen
Created December 9, 2013 05:56
Show Gist options
  • Save brandonhimpfen/7867901 to your computer and use it in GitHub Desktop.
Save brandonhimpfen/7867901 to your computer and use it in GitHub Desktop.
Disable WordPress cron - add to your wp-config.php file.
define( 'DISABLE_WP_CRON', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment