Этот плагин не тестировался с последними 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!

Скриншоты

Установка

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

Отзывы

18.06.2019
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.
28.02.2017
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.
03.09.2016
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.