Pseudo Cron Dashboard Display for Wordpress
Wordpress 2.0 introduced a mechanism for programmers and plugin authors to schedule programmatic tasks to be run at designated times in the future. Glenn Slaven in his article Timing Is Everything does a great job of describing how this works. (Sadly, Wordpress’s convention is that people write Wordpress documentation to their blogs rather than contributing to the consolidated notes on Wordpress’s Codex Wiki)
Called Pseudo Cron (or wp-cron), the facility alleviates the need for external programs to trigger internal events, using for example, the unix cron command.
Users of a Wordpress site can’t usually see the events scheduled, so I built a simple plugin to show what’s due to run.
On the request of Jennifer Hodgdon of http://www.poplarware.com/, here it is. If you improve on it please comment and I’ll update this article.

September 22nd, 2007 at 1:32 pm
I added a delete / unschedule function for each scheduled hook to it, and did some slight modifications to the looks. Find it here:
http://www.joostdevalk.nl/wp-cron.txt
September 23rd, 2007 at 11:37 pm
[…] wp-cron Dashboard Display lets you see what cron jobs are scheduled for your WordPress installation. (No Ratings Yet) Loading … Sphere: Related Content […]
September 29th, 2007 at 3:40 pm
[…] wp-cron Dashboard Display lets you see what cron jobs are scheduled for your WordPress installation. Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. […]
November 22nd, 2007 at 11:19 pm
Thanks Joost, I’ve published this as http://codex.wordpress.org/wp-cron-dashboard.php