nariyanto/wp-cron-inspector-lite

Find duplicate, stuck, and suspicious WordPress cron events before they cause support issues.

Maintainers

Package info

github.com/nariyanto/wp-cron-inspector-lite

Type:wordpress-plugin

pkg:composer/nariyanto/wp-cron-inspector-lite

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.2 2026-06-04 03:07 UTC

This package is auto-updated.

Last update: 2026-07-04 03:22:19 UTC


README

CI Latest Release Packagist Version PHP WordPress License

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

Nariyanto Cron Diagnostics running on PeepSo staging

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