SP Cron Viewer

描述

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.

安装

  1. Upload the sp-cron-viewer folder to /wp-content/plugins/.
  2. Activate the plugin through the WordPress “Plugins” screen.
  3. 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.