Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created December 2, 2014 20:23
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/f9c5a0788ebfd0bd1326 to your computer and use it in GitHub Desktop.
Save Tmeister/f9c5a0788ebfd0bd1326 to your computer and use it in GitHub Desktop.
<?php
add_action( 'my_cron_action', 'do_magic' );
function do_magic() {
// do something every hour
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment