WP-Cron 1.4 is now available for download!
This version updates the wp-cron-mail.php helper plugin for blogging by email. This version will now properly handle apostrophes and quote marks in the subject of posts, as well as in the body of the post.
New in this version is a wp-cron-update-links.php helper plugin, which will refresh the "last updated" value of links defined in your Links Manager. See http://mathibus.com/archive/2005/10/wp-blogroll for a tutorial on using the new wp-cron-update-links.php helper plugin. Thanks Mathias!
About | Policies | skippy.net
wp_cron_15_lastrun,wp_cron_hourly_lastrun, andwp_cron_daily_lastrun. 2) Every time a visitor comes to your site, WP-Cron compares the current time with each of the WP-Cron values. If the current time is greater than the interval for the current option (15 minutes, and hour, or a day), then WP-Cron will trigger the functions registered against the appropriate hook. As for wp-cron-mail.php, I can't help too much. I don't use POP3 email, so I've never actually tested it. ;) If it works, great; if not, please accept my apologies.$daily = mktime(1, 0, 1, $this_month, $this_day, $this_year);The first paramter to themktime()function is the hour, so just increment that digit to whatever you feel like.