Beskrivning
Overview of all cron jobs, showing whether the corresponding action is present. This is handy if you are struggling to write a plugin with a cron job. If there is no action created by the cron job plugin, nothing will happen – just delete the job.
Includes ability to delete comprehensively and reschedule the jobs.
Shows time in wordpress timezone, not utc time, so it is much easier to understand!
Skärmdumpar
Installation
- Load like any other plugin, activate, then find it under ’Tools’.
Recensioner
Bidragsgivare och utvecklare
”amr cron manager” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”amr cron manager” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
Version 2.3
- Cleaned up spacing a bit
- Added timezone to the heading
- released on wordpress.org
Version 2.2
- Fix time anomaly. Cron Timeslots are in gmt time
- Jobs with arguments that are arrays of numeric parameters were difficult to delete since the form passes them as string and wp uses a serialised md has to make a key for the deletion.
Plugin now checks for numeric arguments and converts to int and tries again. - Help and explanations added.
Version 1.0
- Began with all the various cron plugins out there. None addressed all requirements, so I rewrite the whole lot and made a compilation plugin of possible cron features.