[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fgmV2XfFAnLseIkBoBx0_cDXxNSROPZxt6bqnLTNIEUE":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":45,"crawl_stats":36,"alternatives":52,"analysis":153,"fingerprints":218},"amr-cron-manager","amr cron manager","2.3","anmari","https:\u002F\u002Fprofiles.wordpress.org\u002Fanmari\u002F","\u003Cp>Overview of all cron jobs, showing whether the corresponding action is present. This is handy if you are struggling to write a plugin with a cron job. If there is no action created by the cron job plugin, nothing will happen – just delete the job.\u003Cbr \u002F>\nIncludes ability to delete comprehensively and reschedule the jobs.\u003Cbr \u002F>\nShows time in wordpress timezone, not utc time, so it is much easier to understand!\u003C\u002Fp>\n","Overview of wp cron jobs in the site's timezone. The lists show if the action exists and any arguments to the cron job.",200,8618,100,4,"2020-08-17T01:14:00.000Z","5.5.18","",[19,20,21,22,23],"cron","cron-cleaner","cron-control","cron-manager","wp-cron","https:\u002F\u002Fwpusersplugin.com\u002Fdownloads\u002Famr-cron-manager\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Famr-cron-manager.2.3.zip",60,1,"2026-01-23 00:00:00","2026-03-15T15:16:48.613Z",[31],{"id":32,"url_slug":33,"title":34,"description":35,"plugin_slug":4,"theme_slug":36,"affected_versions":37,"patched_in_version":36,"severity":38,"cvss_score":39,"cvss_vector":40,"vuln_type":41,"published_date":28,"updated_date":42,"references":43,"days_to_patch":36},"CVE-2025-68848","amr-cron-manager-unauthenticated-stored-cross-site-scripting","amr cron manager \u003C= 2.3 - Unauthenticated Stored Cross-Site Scripting","The amr cron manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.",null,"\u003C=2.3","high",7.2,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2026-01-27 19:06:29",[44],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F00162c25-bf56-42cf-b9bd-f6435e788d3d?source=api-prod",{"slug":7,"display_name":7,"profile_url":8,"plugin_count":46,"total_installs":47,"avg_security_score":48,"avg_patch_time_days":49,"trust_score":50,"computed_at":51},3,320,70,30,73,"2026-04-04T05:55:59.585Z",[53,74,91,113,134],{"slug":54,"name":55,"version":56,"author":57,"author_profile":58,"description":59,"short_description":60,"active_installs":11,"downloaded":61,"rating":13,"num_ratings":62,"last_updated":63,"tested_up_to":64,"requires_at_least":65,"requires_php":66,"tags":67,"homepage":71,"download_link":72,"security_score":13,"vuln_count":73,"unpatched_count":73,"last_vuln_date":36,"fetched_at":29},"migrate-wp-cron-to-action-scheduler","Advanced Cron Scheduler for WordPress","1.1.4","Sayan Datta","https:\u002F\u002Fprofiles.wordpress.org\u002Finfosatech\u002F","\u003Cp>The WP-Cron system in WordPress is not a “real” cron system, which means events may not run exactly according to their schedule because the system relies on regular traffic to the website in order to trigger scheduled events.\u003C\u002Fp>\n\u003Ch3>Reasons WP-Cron events can miss their schedule\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Low traffic websites may not trigger the event runner often enough\u003C\u002Fli>\n\u003Cli>A fatal error caused by a plugin or theme may break the event runner\u003C\u002Fli>\n\u003Cli>A plugin or theme may intentionally or unintentionally break the event runner\u003C\u002Fli>\n\u003Cli>BasicAuth, a firewall, or other access restrictions may block the event runner\u003C\u002Fli>\n\u003Cli>A problem with your web hosting or web server may break the event runner\u003C\u002Fli>\n\u003Cli>The \u003Ccode>DISABLE_WP_CRON\u003C\u002Fcode> configuration constant is set but no alternative cron runner has been put in place\u003C\u002Fli>\n\u003Cli>Long-running events may temporarily block the event runner\u003C\u002Fli>\n\u003Cli>High traffic websites may suffer from sequential processing issues that block the event runner\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The Advanced Cron Scheduler for WordPress plugin does alter the way that WordPress core runs cron events using the Action Scheduler Library.\u003C\u002Fp>\n\u003Cp>Action Scheduler is a scalable, traceable job queue for background processing large sets of actions in WordPress. It’s specially designed to be distributed in WordPress plugins.\u003C\u002Fp>\n\u003Cp>Action Scheduler works by triggering an action hook to run at some time in the future. Each hook can be scheduled with unique data, to allow callbacks to perform operations on that data. The hook can also be scheduled to run on one or more occassions.\u003C\u002Fp>\n\u003Cp>Think of it like an extension to \u003Ccode>do_action()\u003C\u002Fcode> which adds the ability to delay and repeat a hook.\u003C\u002Fp>\n\u003Ch3>Battle-Tested Background Processing\u003C\u002Fh3>\n\u003Cp>Every month, Action Scheduler processes millions of payments for \u003Ca href=\"https:\u002F\u002Fwoocommerce.com\u002Fproducts\u002Fwoocommerce-subscriptions\u002F\" rel=\"nofollow ugc\">Subscriptions\u003C\u002Fa>, webhooks for \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwoocommerce\u002F\" rel=\"ugc\">WooCommerce\u003C\u002Fa>, as well as emails and other events for a range of other plugins.\u003C\u002Fp>\n\u003Cp>It’s been seen on live sites processing queues in excess of 50,000 jobs and doing resource intensive operations, like processing payments and creating orders, at a sustained rate of over 10,000 \u002F hour without negatively impacting normal site operations.\u003C\u002Fp>\n\u003Cp>This is all on infrastructure and WordPress sites outside the control of the plugin author.\u003C\u002Fp>\n\u003Cp>If your plugin needs background processing, especially of large sets of tasks, Action Scheduler can help.\u003C\u002Fp>\n\u003Ch3>Learn More\u003C\u002Fh3>\n\u003Cp>To learn more about how to Action Scheduler works, and how to use it in your plugin, check out the docs on \u003Ca href=\"https:\u002F\u002Factionscheduler.org\" rel=\"nofollow ugc\">ActionScheduler.org\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>There you will find:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Factionscheduler.org\u002Fusage\u002F\" rel=\"nofollow ugc\">Usage guide\u003C\u002Fa>: instructions on installing and using Action Scheduler\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Factionscheduler.org\u002Fwp-cli\u002F\" rel=\"nofollow ugc\">WP CLI guide\u003C\u002Fa>: instructions on running Action Scheduler at scale via WP CLI\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Factionscheduler.org\u002Fapi\u002F\" rel=\"nofollow ugc\">API Reference\u003C\u002Fa>: complete reference guide for all API functions\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Factionscheduler.org\u002Fadmin\u002F\" rel=\"nofollow ugc\">Administration Guide\u003C\u002Fa>: guide to managing scheduled actions via the administration screen\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Factionscheduler.org\u002Fperf\u002F\" rel=\"nofollow ugc\">Guide to Background Processing at Scale\u003C\u002Fa>: instructions for running Action Scheduler at scale via the default WP Cron queue runner\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Community support via the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fmigrate-wp-cron-to-action-scheduler\u002F\" rel=\"ugc\">support forums\u003C\u002Fa> at WordPress.org.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Contribute\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Active development of this plugin is handled \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fiamsayan\u002Fadvanced-cron-scheduler\u002F\" rel=\"nofollow ugc\">on GitHub\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Feel free to \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fiamsayan\u002Fadvanced-cron-scheduler\u002F\" rel=\"nofollow ugc\">fork the project on GitHub\u003C\u002Fa> and submit your contributions via pull request.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cp>Action Scheduler is developed and maintained by \u003Ca href=\"http:\u002F\u002Fautomattic.com\u002F\" rel=\"nofollow ugc\">Automattic\u003C\u002Fa>.\u003C\u002Fp>\n","The Advanced Cron Scheduler for WordPress plugin helps to easily replace or migrate Native WordPress Cron to the Action Scheduler Library.",9231,5,"2025-04-29T14:12:00.000Z","6.8.5","6.5","7.1",[68,22,69,70,23],"action-scheduler","debug","scheduler","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmigrate-wp-cron-to-action-scheduler\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmigrate-wp-cron-to-action-scheduler.1.1.4.zip",0,{"slug":75,"name":76,"version":77,"author":78,"author_profile":79,"description":80,"short_description":81,"active_installs":82,"downloaded":83,"rating":73,"num_ratings":73,"last_updated":84,"tested_up_to":85,"requires_at_least":86,"requires_php":87,"tags":88,"homepage":89,"download_link":90,"security_score":13,"vuln_count":73,"unpatched_count":73,"last_vuln_date":36,"fetched_at":29},"shieldclimb-fix-pending-and-past-due-tasks","ShieldClimb – Fix Pending and Past-due Tasks for WooCommerce","1.0.5","ShieldClimb","https:\u002F\u002Fprofiles.wordpress.org\u002Fshieldclimb\u002F","\u003Cp>Fix Pending and Past-due Tasks for WooCommerce optimizes WooCommerce’s background processes by resolving stuck or pending scheduled actions, ensuring essential tasks like order processing, stock updates, and email notifications run efficiently.\u003C\u002Fp>\n\u003Cp>By improving task execution and preventing delays, this plugin helps your store operate faster, smoother, and without interruptions—enhancing both performance and customer experience.\u003C\u002Fp>\n\u003Cp>See more via \u003Ca href=\"https:\u002F\u002Fshieldclimb.com\u002Ffree-woocommerce-plugins\u002Ffix-pending-and-past-due-tasks\u002F\" rel=\"nofollow ugc\">this website\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>📺 \u003Cstrong>Watch the full install and setup tutorial here:\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FhOD4GO_Ryww?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n","Fix Pending and Past-due Tasks for WooCommerce – Speed up order processing, prevent stuck scheduled tasks, and optimize performance.",10,388,"2026-02-24T12:21:00.000Z","6.9.4","5.8","7.2",[68,19,22,70,23],"https:\u002F\u002Fshieldclimb.com\u002Ffree-woocommerce-plugins\u002Ffix-pending-and-past-due-tasks\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshieldclimb-fix-pending-and-past-due-tasks.1.0.5.zip",{"slug":92,"name":93,"version":94,"author":95,"author_profile":96,"description":97,"short_description":98,"active_installs":99,"downloaded":100,"rating":101,"num_ratings":102,"last_updated":103,"tested_up_to":85,"requires_at_least":104,"requires_php":105,"tags":106,"homepage":109,"download_link":110,"security_score":111,"vuln_count":46,"unpatched_count":73,"last_vuln_date":112,"fetched_at":29},"wp-crontrol","WP Crontrol","1.21.0","John Blackbourn","https:\u002F\u002Fprofiles.wordpress.org\u002Fjohnbillion\u002F","\u003Cp>WP Crontrol enables you to take control of the scheduled cron events on your WordPress website or WooCommerce store. From the admin screens you can:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>View all scheduled cron events along with their arguments, schedule, callback functions, and when they are next due.\u003C\u002Fli>\n\u003Cli>Edit, delete, pause, resume, and immediately run cron events.\u003C\u002Fli>\n\u003Cli>Add new cron events.\u003C\u002Fli>\n\u003Cli>Bulk delete cron events.\u003C\u002Fli>\n\u003Cli>Add and remove custom cron schedules.\u003C\u002Fli>\n\u003Cli>Export and download cron event lists as a CSV file.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>WP Crontrol is aware of timezones, will alert you to events that have no actions or that have missed their schedule, and will show you a helpful warning message if it detects any problems with your cron system.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Go to the \u003Ccode>Tools \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Cron Events\u003C\u002Fcode> menu to manage cron events.\u003C\u002Fli>\n\u003Cli>Go to the \u003Ccode>Settings \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Cron Schedules\u003C\u002Fcode> menu to manage cron schedules.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwp-crontrol.com\u002Fdocs\u002Fhow-to-use\u002F\" rel=\"nofollow ugc\">Extensive documentation on how to use WP Crontrol and how to get help for error messages that it shows is available on the WP Crontrol website\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>For site owners\u003C\u002Fh3>\n\u003Cp>Owners of WordPress websites and WooCommerce stores use WP Crontrol to ensure that scheduled cron events run correctly and efficiently. By providing complete control over cron events, WP Crontrol helps you:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Improve reliability\u003C\u002Fstrong>: Address missed or failed cron events, ensuring your website or WooCommerce store continues to function as expected.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Enhance security\u003C\u002Fstrong>: Monitor and control cron events to ensure automatic update checks are performed as they should.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Simplify management\u003C\u002Fstrong>: Add, edit, delete, and pause cron events from a user-friendly interface, without needing to write any code.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gain insights\u003C\u002Fstrong>: Export cron event data for analysis or reporting.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Action Scheduler compatibility\u003C\u002Fstrong>: Full support for the Action Scheduler system in WooCommerce, which is used to process recurring payments, subscriptions, and background orders.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Clarity of times and timezones\u003C\u002Fstrong>: All times are shown with a clear and accurate indication of which timezone applies. No more guesswork!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>For developers\u003C\u002Fh3>\n\u003Cp>Developers use WP Crontrol to streamline and debug their WordPress development process:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Enhanced debugging\u003C\u002Fstrong>: Identify and troubleshoot issues with scheduled tasks, ensuring your scheduled events and their callbacks run as expected.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom schedules\u003C\u002Fstrong>: Create and manage custom cron schedules to fit the specific needs of your website, plugins, or themes, providing greater flexibility than just the core schedules.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Efficient workflow\u003C\u002Fstrong>: Add, edit, and delete cron events directly from the WordPress admin interface, saving time and reducing the need for manual coding.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Insightful monitoring\u003C\u002Fstrong>: Get insight into the performance and behavior of your scheduled tasks, allowing for optimization and better resource management.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Accurate debugging\u003C\u002Fstrong>: WP Crontrol goes to great lengths to ensure that running an event manually does so in a manner which exactly matches how WordPress core runs schdeuled events. This ensures that you can debug events accurately and with confidence.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Other Plugins\u003C\u002Fh3>\n\u003Cp>I maintain several other plugins for developers. Check them out:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fquery-monitor\u002F\" rel=\"ugc\">Query Monitor\u003C\u002Fa> is the developer tools panel for WordPress.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fuser-switching\u002F\" rel=\"ugc\">User Switching\u003C\u002Fa> provides instant switching between user accounts in WordPress.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Privacy Statement\u003C\u002Fh3>\n\u003Cp>WP Crontrol is private by default and always will be. It does not send data to any third party, nor does it include any third party resources. \u003Ca href=\"https:\u002F\u002Fwp-crontrol.com\u002Fprivacy\u002F\" rel=\"nofollow ugc\">WP Crontrol’s full privacy statement can be found here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Accessibility Statement\u003C\u002Fh3>\n\u003Cp>WP Crontrol aims to be fully accessible to all of its users. \u003Ca href=\"https:\u002F\u002Fwp-crontrol.com\u002Faccessibility\u002F\" rel=\"nofollow ugc\">WP Crontrol’s full accessibility statement can be found here\u003C\u002Fa>.\u003C\u002Fp>\n","WP Crontrol enables you to take control of the cron events on your WordPress website.",300000,7578206,90,163,"2026-01-28T21:40:00.000Z","6.4","7.4",[19,107,69,108,23],"crontrol","woocommerce","https:\u002F\u002Fwp-crontrol.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-crontrol.1.21.0.zip",96,"2025-08-21 00:00:00",{"slug":114,"name":115,"version":116,"author":117,"author_profile":118,"description":119,"short_description":120,"active_installs":121,"downloaded":122,"rating":123,"num_ratings":124,"last_updated":125,"tested_up_to":85,"requires_at_least":126,"requires_php":127,"tags":128,"homepage":17,"download_link":131,"security_score":132,"vuln_count":46,"unpatched_count":73,"last_vuln_date":133,"fetched_at":29},"advanced-cron-manager","Advanced Cron Manager – debug & control","2.7.0","Kuba Mikita","https:\u002F\u002Fprofiles.wordpress.org\u002Fkubitomakita\u002F","\u003Cp>\u003Cstrong>Take full control of your WordPress cron system.\u003C\u002Fstrong> Advanced Cron Manager gives you complete visibility into every scheduled task running on your site — so you can find problems, fix them, and keep your site running smoothly.\u003C\u002Fp>\n\u003Cp>WordPress relies on WP-Cron for critical background tasks: sending emails, publishing scheduled posts, running backups, syncing data, and more. But by default, you have zero visibility into what’s happening. Events fail silently, schedules pile up, and debugging is guesswork. Advanced Cron Manager changes that.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>What you can do with the free version:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>See every scheduled event\u003C\u002Fstrong> — view all registered cron events with their hooks, arguments, schedules, and next execution times, all in one clean dashboard\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Search and filter\u003C\u002Fstrong> — quickly find the event you’re looking for, even on sites with hundreds of cron jobs\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Run events manually\u003C\u002Fstrong> — trigger any cron event on demand to test it or force an immediate execution\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Pause and resume events\u003C\u002Fstrong> — temporarily disable events without losing their configuration, perfect for troubleshooting\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Add and remove events\u003C\u002Fstrong> — create new cron events or unschedule ones you no longer need\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Copy-paste PHP implementation\u003C\u002Fstrong> — get ready-to-use code snippets for each event’s action hook and callback\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Bulk actions\u003C\u002Fstrong> — manage multiple events at once: remove, pause, or unpause in batch\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Manage schedules\u003C\u002Fstrong> — view, add, edit, and remove custom cron schedules (intervals)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Server Scheduler\u003C\u002Fstrong> — disable WP-Cron’s default page-load triggering and get instructions for setting up a real server cron job for more reliable execution\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Advanced Cron Manager PRO\u003C\u002Fh4>\n\u003Cp>The free version shows you what’s scheduled. \u003Cstrong>PRO shows you what actually happened.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Without logging and diagnostics, cron issues are invisible until something breaks. PRO gives you the tools to monitor, debug, and optimize every cron job on your site.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Cron Logger\u003C\u002Fstrong> — full execution history with timestamps and status for every event. Know exactly what ran, when it ran, and whether it succeeded or failed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Performance Stats\u003C\u002Fstrong> — execution time and peak memory usage tracked per event. Spot slow or resource-heavy cron jobs before they become a problem.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Error Catcher\u003C\u002Fstrong> — automatically catches fatal errors thrown by cron callbacks and displays them in the log. No more silent failures.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Debug Tool\u003C\u002Fstrong> — log custom data from inside your cron callbacks using \u003Ccode>do_action('advanced-cron-manager\u002Flog')\u003C\u002Fcode>. Get full visibility into what your code is doing during cron execution.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Event Rescheduling\u003C\u002Fstrong> — change the next execution date and schedule of any event. Shift heavy tasks away from peak hours to balance server load.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Event Listeners\u003C\u002Fstrong> — see every function and method hooked into each cron event. Understand exactly what code runs behind each hook.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Advanced Scheduling (Schyntax)\u003C\u002Fstrong> — go beyond simple intervals. Schedule events for specific times like noon on the last day of the month, only on weekdays, every Tuesday and Friday, and more.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>14-day money-back guarantee — no risk, no questions asked.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fbracketspace.com\u002Fdownloads\u002Fadvanced-cron-manager-pro\u002F?utm_source=wporg&utm_medium=readme&utm_campaign=readme\" title=\"Advanced Cron Manager PRO\" rel=\"nofollow ugc\">Get Advanced Cron Manager PRO\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Good to know about WP-Cron\u003C\u002Fh4>\n\u003Cp>WordPress Cron is triggered by page visits, which means scheduled tasks may not run exactly on time on low-traffic sites. For precise timing, use the Server Scheduler feature to set up a real system cron job. Note: custom schedules added by this plugin are only available while the plugin is active. Events you create will continue to exist after deactivation.\u003C\u002Fp>\n\u003Ch4>Custom Development\u003C\u002Fh4>\n\u003Cp>BracketSpace — the company behind this plugin — provides \u003Ca href=\"https:\u002F\u002Fbracketspace.com\u002Fcustom-development\u002F\" rel=\"nofollow ugc\">custom WordPress plugin development services\u003C\u002Fa>. We can build any custom plugin for you.\u003C\u002Fp>\n","View, pause, remove, edit and add WP Cron events and schedules.",30000,801563,94,38,"2026-03-10T13:27:00.000Z","5.0","5.3",[19,22,107,129,130],"manager","wpcron","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-cron-manager.2.7.0.zip",98,"2024-10-30 00:00:00",{"slug":135,"name":136,"version":137,"author":138,"author_profile":139,"description":140,"short_description":141,"active_installs":142,"downloaded":143,"rating":132,"num_ratings":144,"last_updated":145,"tested_up_to":146,"requires_at_least":127,"requires_php":147,"tags":148,"homepage":17,"download_link":151,"security_score":48,"vuln_count":27,"unpatched_count":27,"last_vuln_date":152,"fetched_at":29},"cron-logger","Cron Logger","1.3.0","EdwardBock","https:\u002F\u002Fprofiles.wordpress.org\u002Fedwardbock\u002F","\u003Cp>Have you ever wondered what you WordPress is doing in wp-cron.php? Now you can see it. This plugin logs every schedule.\u003C\u002Fp>\n\u003Ch3>Arbitrary section\u003C\u002Fh3>\n","Logs wp-cron.php runs.",2000,45126,8,"2024-11-04T21:54:00.000Z","6.6.5","8.1",[19,69,149,150,23],"log","tool","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcron-logger.1.3.0.zip","2025-06-27 00:00:00",{"attackSurface":154,"codeSignals":166,"taintFlows":179,"riskAssessment":206,"analyzedAt":217},{"hooks":155,"ajaxHandlers":162,"restRoutes":163,"shortcodes":164,"cronEvents":165,"entryPointCount":73,"unprotectedCount":73},[156],{"type":157,"name":158,"callback":159,"file":160,"line":161},"action","admin_menu","add_admin_menu","amr-cron-manager.php",48,[],[],[],[],{"dangerousFunctions":167,"sqlUsage":168,"outputEscaping":170,"fileOperations":73,"externalRequests":73,"nonceChecks":27,"capabilityChecks":73,"bundledLibraries":178},[],{"prepared":73,"raw":73,"locations":169},[],{"escaped":171,"rawEcho":171,"locations":172},2,[173,176],{"file":160,"line":174,"context":175},287,"raw output",{"file":160,"line":177,"context":175},478,[],[180,198],{"entryPoint":181,"graph":182,"unsanitizedCount":73,"severity":197},"wp_cron_menu (amr-cron-manager.php:194)",{"nodes":183,"edges":194},[184,189],{"id":185,"type":186,"label":187,"file":160,"line":188},"n0","source","$_POST",244,{"id":190,"type":191,"label":192,"file":160,"line":174,"wp_function":193},"n1","sink","echo() [XSS]","echo",[195],{"from":185,"to":190,"sanitized":196},true,"low",{"entryPoint":199,"graph":200,"unsanitizedCount":73,"severity":197},"\u003Camr-cron-manager> (amr-cron-manager.php:0)",{"nodes":201,"edges":204},[202,203],{"id":185,"type":186,"label":187,"file":160,"line":188},{"id":190,"type":191,"label":192,"file":160,"line":174,"wp_function":193},[205],{"from":185,"to":190,"sanitized":196},{"summary":207,"deductions":208},"The amr-cron-manager plugin v2.3 exhibits a mixed security posture. On the positive side, static analysis reveals no identified entry points such as AJAX handlers, REST API routes, or shortcodes that are directly exposed. The plugin also demonstrates good practices by exclusively using prepared statements for its SQL queries, not performing file operations, and making no external HTTP requests. The presence of a nonce check is also a positive indicator.\n\nHowever, there are significant concerns. The plugin has a history of a high-severity vulnerability, specifically Cross-Site Scripting (XSS), with one known and currently unpatched CVE. This, combined with only 50% of its output being properly escaped, suggests a persistent risk of XSS vulnerabilities that could be exploited. The absence of capability checks on its code signals is also a notable weakness, as it implies that actions within the plugin might not be properly restricted to authorized users.\n\nOverall, while the plugin has a limited apparent attack surface and uses secure SQL practices, the presence of an unpatched high-severity vulnerability and incomplete output escaping present a tangible risk. Users should be cautious, and the developers need to address the outstanding CVE and improve output sanitization to enhance the plugin's security.",[209,212,215],{"reason":210,"points":211},"Unpatched High Severity CVE",18,{"reason":213,"points":214},"Half of output not properly escaped",6,{"reason":216,"points":144},"No capability checks on code signals","2026-03-16T20:28:43.498Z",{"wat":219,"direct":228},{"assetPaths":220,"generatorPatterns":223,"scriptPaths":224,"versionParams":225},[221,222],"\u002Fwp-content\u002Fplugins\u002Famr-cron-manager\u002Fcss\u002Famr-cron.css","\u002Fwp-content\u002Fplugins\u002Famr-cron-manager\u002Fjs\u002Famr-cron.js",[],[222],[226,227],"amr-cron-manager\u002Fcss\u002Famr-cron.css?ver=","amr-cron-manager\u002Fjs\u002Famr-cron.js?ver=",{"cssClasses":229,"htmlComments":233,"htmlAttributes":238,"restEndpoints":242,"jsGlobals":243,"shortcodeOutput":244},[230,231,232],"amr-cron-dashboard","cronmgr_table","amr-cron-help",[234,235,236,237]," \u003C!-- begin -->","\u003C!-- amr-cron-manager dashboard -->","\u003C!-- amr-cron-manager help page -->","\u003C!-- end amr-cron-manager -->",[239,240,241],"data-hook","data-timestamp","data-args",[],[],[]]