user_nicename . " <" . $user->user_email . ">\r\n"; mail($user->user_email, "$when minute reminder!", "This is your $when minute reminder!", $headers); } //////////////////////////// function wp_cron_bug_me_15() { wp_cron_bug_me ('fifteen'); } //////////////////////////// function wp_cron_bug_me_60() { wp_cron_bug_me ('sixty'); } ?>