nariyanto / wp-cron-inspector-lite
Find duplicate, stuck, and suspicious WordPress cron events before they cause support issues.
Package info
github.com/nariyanto/wp-cron-inspector-lite
Type:wordpress-plugin
pkg:composer/nariyanto/wp-cron-inspector-lite
v0.1.2
2026-06-04 03:07 UTC
Requires
- php: >=7.4
- composer/installers: ^2.2
README
Find duplicate, stuck, and suspicious WordPress cron events before they cause support issues.
This plugin is read-only in the initial version. It lists scheduled WP-Cron events, highlights duplicate hooks, flags unusually frequent recurring events, and provides a support-friendly report.
Screenshot
Current v0.1 scope
- Admin page under Tools → Cron Diagnostics
- Scheduled event list
- Duplicate hook detection
- Unusually frequent event detection
- Copy support report button for support tickets/debugging notes
- Capability checks and escaped output
- No destructive cleanup actions
Development
php tests/run.php php tests/validate-readme.php find . -path ./vendor -prune -o -name '*.php' -print0 | xargs -0 -n1 php -l bash scripts/build-release.sh
The release package is written to dist/nariyanto-cron-diagnostics.zip.
Changelog
See CHANGELOG.md.
License
GPL-2.0-or-later
