WP Manifestindependent plugin directory
manifest / developer / wp-cron-inspector

WP Cron Inspector

Inspect, debug, and manually run WordPress cron jobs from the admin dashboard or WP-CLI.

by Best Website · github.com/bestwebsite-legacy/wp-cron-inspector

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/bestwebsite-legacy/wp-cron-inspector/archive/refs/heads/master.zip

WP Cron Inspector — inspect, search, and run WordPress cron events

WP Cron Inspector

Inspect, debug, and manually run WordPress cron jobs from the admin dashboard or WP-CLI.

Features

  • View all registered WP cron events
  • NEW: Search/filter by hook name in admin
  • NEW: Secure action endpoints for Run/Delete (POST + nonce)
  • Manually run or delete events
  • Full WP-CLI support (list, run, delete)

Installation

  1. Upload wp-cron-inspector to /wp-content/plugins/
  2. Activate via Plugins
  3. Navigate to Tools → Cron Inspector

Admin

  • Use the search box to filter by hook name.
  • Click Run to execute a hook immediately or Delete to clear its scheduled events.

WP-CLI

wp cron-inspector list --match=woocommerce
wp cron-inspector run my_custom_hook
wp cron-inspector delete my_custom_hook

Changelog

See CHANGELOG.md for details.

Author

Built and maintained by Best Websitehttps://bestwebsite.com
Support: support@bestwebsite.com

License

GPL-2.0 or later