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.


Technorati :

Related Posts

4 Responses to “Pseudo Cron Dashboard Display for Wordpress”

  1. Joost de Valk Says:

    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

  2. Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 9/24 Says:

    […] wp-cron Dashboard Display lets you see what cron jobs are scheduled for your WordPress installation. (No Ratings Yet)  Loading … Sphere: Related Content […]

  3. BlogBroker » WordPress Plugin Releases for 9/24 Says:

    […] 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. […]

  4. Martin Cleaver Says:

    Thanks Joost, I’ve published this as http://codex.wordpress.org/wp-cron-dashboard.php

Leave a Reply