About the Plugin
RS Cron Viewer provides a clean and simple interface within your WordPress admin dashboard to view all scheduled cron events. It helps developers and site administrators verify that background tasks are running on schedule.
Key Features
- Dashboard Integration: Adds a dedicated "Cron Viewer" page to your admin menu.
- Task Overview: Lists all pending WP-Cron events.
- Detailed Info: Shows hook names, arguments, next execution time, and recurrence schedule.
- Timezone Aware: Displays run times converted to your site's local timezone.
- Status Indicators: Visual cues for tasks that are overdue.
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 readable table format.
Installation
- Download the
rs-cron-viewer.zipfile. - Log in to your WordPress Admin Dashboard.
- Go to Plugins > Add New.
- Click Upload Plugin and select the zip file.
- Activate the plugin.
Changelog
- v1.0.10 - Added links to tools.olvy.dev and GitHub in the footer. Improved internationalization and code quality.
- v1.0.0 - Initial release.