Advertisement
tribulant

newsletters_cron_fired

Nov 13th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. function cron_fired() {
  4.     //do something...  
  5. }
  6.  
  7. add_action('newsletters_cron_fired', 'cron_fired', 10, 1);
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement