Skip to content

Instantly share code, notes, and snippets.

@todiadiyatmo
Created March 27, 2017 05:39
Show Gist options
  • Select an option

  • Save todiadiyatmo/e16ff3c8041ccdcb2e33c873b2b15c04 to your computer and use it in GitHub Desktop.

Select an option

Save todiadiyatmo/e16ff3c8041ccdcb2e33c873b2b15c04 to your computer and use it in GitHub Desktop.
WP Cron Disable

wp-config.php

define('DISABLE_WP_CRON', 'true');

Crontab

*/2 * * * * wget -q -O - https://yoursite.com/wp-cron.php?doing_wp_cron  >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment