這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

amr cron manager

外掛說明

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!

螢幕擷圖

  • Overview in wordpress timezone
  • Debug tool – any missing actions are highlighted – cron job will do nothing if there is no action defined
  • Shows the arguments for the cron jobs – a cron job may do different things if different arguments are passed
  • Reschedule any cron task, for ‘now’ – remember to follow with a ‘trigger the cron’ – you will be able to see any debug text to the screen if no other page view has triggered the job after your reschedule and before you triggered it.

安裝方式

  1. Load like any other plugin, activate, then find it under ‘Tools’.

使用者評論

2019 年 6 月 18 日
I was having cron issues and this was the plugin that fixed it. It even tells you if the cron is missing or not. Great job – thank you for the excellent plugin.
2017 年 2 月 28 日
An excellent plugin if you want to have a quick look at the WordPress cron queue. Easy reschedule, delete and even a mass delete of all active crons.
2016 年 9 月 3 日
This simple plugin provides a clear overview of WP cron tasks. Great for troubleshooting. I would only activate it when I need it.
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈amr cron manager〉的開發相關工作。

參與者

將〈amr cron manager〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.