外掛標籤
開發者團隊
原文外掛簡介
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.
