Re{code} Cron Viewer
View and debug all WordPress WP-Cron scheduled tasks
About Re{code} Cron Viewer
Re{code} Cron Viewer is a lightweight, developer-friendly WordPress plugin that provides a clean interface to view, inspect, and debug all scheduled WP-Cron events directly from your WordPress admin dashboard.
Perfect for developers, site administrators, and anyone who needs to verify that background tasks are running on schedule.
Key Features
🎯 Dashboard Integration
Adds a dedicated "Cron Viewer" page to your WordPress admin menu for easy access.
📋 Complete Task Overview
Lists all pending WP-Cron events with detailed information about each task.
🔍 Detailed Information
Shows hook names, arguments, next execution time, and recurrence schedules.
🌍 Timezone Aware
Displays run times converted to your site's local timezone for accuracy.
⚠️ Status Indicators
Visual cues highlight tasks that are overdue or need attention.
⚡ Lightweight & Fast
Minimal footprint with no impact on site performance.
Screenshots
How It Works
WordPress uses a pseudo-cron system called WP-Cron. Unlike system cron jobs
that run at exact times, WP-Cron relies on page visits to trigger tasks.
This plugin hooks into WordPress using the internal _get_cron_array() function
to retrieve the raw list of scheduled events and presents them in a clean, readable table format
with helpful status indicators and timezone-aware timestamps.
Installation
- Download the
recode-cron-viewer.zipfile - Log in to your WordPress Admin Dashboard
- Go to Plugins → Add New
- Click Upload Plugin and select the zip file
- Click Install Now and then Activate
- Find "Cron Viewer" in your admin sidebar
Requirements
- WordPress 5.0 or higher
- PHP 7.4 or higher
- Standard WordPress WP-Cron functionality
Changelog
Prepared for WordPress Repository. Updated tested version to 6.7. Improved code quality and internationalization.
Improved internationalization support and code quality standards.
Initial release with core functionality.
Need Custom WordPress Development?
re{code}commerce offers professional WordPress and WooCommerce development services. From custom plugins to complex integrations — we can help.
Get in TouchSupport & Contribution
Found a bug or have a feature request? We'd love to hear from you!
- GitHub: github.com/recodecommerce/recode-cron-viewer
- Email: [email protected]
- Documentation: Included in plugin files