Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created January 4, 2018 18:11
Show Gist options
  • Save matthijs166/fffe4343bfcfa11d8ff48e2c15129128 to your computer and use it in GitHub Desktop.
Save matthijs166/fffe4343bfcfa11d8ff48e2c15129128 to your computer and use it in GitHub Desktop.
run a wordpress cron job exicute do cron job
wp_schedule_single_event( time() - 1, 'mailchimp_user_sync_run' );
spawn_cron();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment