{"id":281965,"date":"2026-02-23T15:16:41","date_gmt":"2026-02-23T15:16:41","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/amg-labs-cron-inspector\/"},"modified":"2026-02-23T15:23:50","modified_gmt":"2026-02-23T15:23:50","slug":"amglabs-cron-inspector","status":"publish","type":"plugin","link":"https:\/\/cs.wordpress.org\/plugins\/amglabs-cron-inspector\/","author":23443509,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.9.4","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"AMG Labs Cron Inspector","header_author":"AMG Labs","header_description":"A lightweight admin tool to inspect, monitor, and manually trigger WordPress cron events.","assets_banners_color":"b1d5cd","last_updated":"2026-02-23 15:23:50","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/amglabs.net","rating":0,"author_block_rating":0,"active_installs":0,"downloads":150,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"amglabs","date":"2026-02-23 15:23:50"}},"upgrade_notice":{"1.0.0":"<p>Initial release of AMG Labs Cron Inspector.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3467837,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3467837,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3467837,"resolution":"1","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[39231,4567,2679,2275,255120],"plugin_category":[59],"plugin_contributors":[255389],"plugin_business_model":[],"class_list":["post-281965","plugin","type-plugin","status-publish","hentry","plugin_tags-admin-tools","plugin_tags-cron","plugin_tags-debugging","plugin_tags-developer","plugin_tags-scheduled-tasks","plugin_category-utilities-and-tools","plugin_contributors-amglabs","plugin_committers-amglabs"],"banners":{"banner":"https:\/\/ps.w.org\/amglabs-cron-inspector\/assets\/banner-772x250.png?rev=3467837","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/amglabs-cron-inspector\/assets\/icon-128x128.png?rev=3467837","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/amglabs-cron-inspector\/assets\/screenshot-1.png?rev=3467837","caption":""}],"raw_content":"<!--section=description-->\n<p>AMG Labs Cron Inspector provides a simple, secure way to view and manage WordPress scheduled events (WP-Cron) directly from your admin dashboard.<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li><strong>Cron Event Listing<\/strong> - View all scheduled cron events in a clean, sortable table<\/li>\n<li><strong>Event Details<\/strong> - See hook names, next run times, recurrence schedules, and instance counts<\/li>\n<li><strong>Visual Status Indicators<\/strong> - Quickly identify healthy, irregular, or overdue cron events<\/li>\n<li><strong>Manual Execution<\/strong> - Safely trigger any cron hook with a single click<\/li>\n<li><strong>Health Checks<\/strong> - Automatic detection of common WP-Cron issues<\/li>\n<\/ul>\n\n<p><strong>Security First:<\/strong><\/p>\n\n<ul>\n<li>Read-only inspection (no modification or deletion of cron jobs)<\/li>\n<li>Nonce verification on all actions<\/li>\n<li>Capability checks requiring 'manage_options'<\/li>\n<li>No external requests or telemetry<\/li>\n<li>No file system writes<\/li>\n<\/ul>\n\n<p><strong>Perfect For:<\/strong><\/p>\n\n<ul>\n<li>Developers debugging cron-related issues<\/li>\n<li>Site administrators monitoring scheduled tasks<\/li>\n<li>Troubleshooting plugins that rely on WP-Cron<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>amglabs-cron-inspector<\/code> folder to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Navigate to Tools &gt; Cron Inspector to view your scheduled events<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"is%20this%20plugin%20safe%20to%20use%20on%20production%20sites%3F\"><h3>Is this plugin safe to use on production sites?<\/h3><\/dt>\n<dd><p>Yes. AMG Labs Cron Inspector is read-only by design. It cannot modify or delete cron events. The only action it performs is manually triggering existing hooks, which requires admin capability and nonce verification.<\/p><\/dd>\n<dt id=\"what%20does%20%22overdue%22%20mean%3F\"><h3>What does \"overdue\" mean?<\/h3><\/dt>\n<dd><p>A cron event is marked as overdue when its scheduled run time has passed but the event hasn't been executed yet. This can happen when:<\/p>\n\n<ul>\n<li><code>DISABLE_WP_CRON<\/code> is set to true<\/li>\n<li>No site traffic has occurred to trigger WP-Cron<\/li>\n<li>A cron event is taking too long to execute<\/li>\n<\/ul><\/dd>\n<dt id=\"what%20does%20disable_wp_cron%20mean%3F\"><h3>What does DISABLE_WP_CRON mean?<\/h3><\/dt>\n<dd><p>When <code>DISABLE_WP_CRON<\/code> is set to <code>true<\/code> in your wp-config.php, WordPress will not automatically run scheduled events on page loads. This is typically done when using a server-side cron job (recommended for high-traffic sites).<\/p><\/dd>\n<dt id=\"can%20i%20delete%20cron%20events%20with%20this%20plugin%3F\"><h3>Can I delete cron events with this plugin?<\/h3><\/dt>\n<dd><p>No. AMG Labs Cron Inspector is intentionally read-only to prevent accidental data loss. To delete cron events, use the WordPress function <code>wp_unschedule_event()<\/code> or a plugin designed for cron management.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20work%20with%20multisite%3F\"><h3>Does this plugin work with Multisite?<\/h3><\/dt>\n<dd><p>Yes, but it only shows cron events for the current site. Network admins can view cron events on each site individually.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Cron event listing with sorting<\/li>\n<li>Visual status indicators (healthy, irregular, overdue)<\/li>\n<li>Manual execution with nonce protection<\/li>\n<li>WP-Cron health check notifications<\/li>\n<\/ul>","raw_excerpt":"A lightweight admin tool to inspect, monitor, and manually trigger WordPress cron events.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/281965","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=281965"}],"author":[{"embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/amglabs"}],"wp:attachment":[{"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=281965"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=281965"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=281965"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=281965"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=281965"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cs.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=281965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}