Skip to content

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

License

Notifications You must be signed in to change notification settings

bestwebsite/wp-cron-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

WP Cron Inspector

Latest release License: GPL-2.0+ WP-CLI Maintained by Best Website

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

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages