Описание
SP Cron Viewer provides a secure admin interface for inspecting and managing WP-Cron events.
Features:
— View all scheduled cron events in a WordPress list-table layout.
— Filter events by type:
— All events
— Events with no action
— WordPress core events
— Custom events
— Search events by hook name.
— Sort by Hook, Scheduled Time, Recurrence, and Next Scan Time.
— Display hook arguments inline with the hook name.
— Bulk delete selected non-core cron events.
— Protect WordPress core cron events from deletion.
Security highlights:
— Capability checks using manage_options.
— Nonce verification for form and AJAX actions.
— Sanitization and escaping for all input/output.
Установка
- Upload the
sp-cron-viewerfolder to/wp-content/plugins/. - Activate the plugin through the WordPress «Plugins» screen.
- Go to
Tools -> SP Cron Viewer.
Часто задаваемые вопросы
-
Does this plugin create its own background cron jobs?
-
No. It manages WordPress cron events already registered on the site.
-
Can I delete WordPress core cron events?
-
No. Core events are protected and are not deletable from this interface.
-
Why do core events show a WordPress icon instead of a checkbox?
-
The icon indicates a protected core event. Only non-core events are selectable for bulk delete.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«SP Cron Viewer» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «SP Cron Viewer» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.0
- Initial public release.