Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created December 2, 2014 20:27
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 Tmeister/2651cad6dbc8cf9d07cc to your computer and use it in GitHub Desktop.
Save Tmeister/2651cad6dbc8cf9d07cc to your computer and use it in GitHub Desktop.
<?php
register_activation_hook( __FILE__, 'my_cron_activation' );
function my_cron_activation() {
wp_schedule_event( time(), 'minute', 'my_cron_action' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment