My favorite plugin for that is Core Control which has very nice module for display of what is going in the cron – which events are set up, when are they next firing, etc.
On getting your hands dirty level see _get_cron_array()
, which returns internal stored data for cron events (top level of keys are timestamps).
Related Posts:
- how to set array of args for scheduled event?
- WP Cron Doesn’t Execute When Time Elapses
- How Do I Make WordPress Run an Event Every Day?
- Why is wp-cron only executing on page visit?
- Is there way to run a code every time when any cron is run?
- WP cron doesn’t pass through my arguments
- A unique wp_schedule_single_event() for each post?
- How to represent “event” in a UML Class Diagram?
- Running WP Cron on multisite the right way
- How to run a function every 5 minutes?
- Do WordPress cron jobs slow down page loading?
- Uncaught Error: Call to undefined function wp_generate_attachment_metadata() @ wp-cron
- WordPress cron isn’t scheduled on amazon web services
- Running WordPress on the Command Line – Turn off Delayed Output?
- Schedule WordPress Auto-Updates to only run during business hours
- How is WP Cron Locking implemented?
- Which action for triggering cron “wp”or “init”?
- trigger save_post event programmatically
- Cron jobs in a class
- Do WordPress’ cron’s clean up expired transients?
- Better handling of WP-CRON server load abuse
- When does next Cron Job run (time from now)?
- Get frequency of scheduled event
- wp_schedule_event not working?
- Need to execute a cron job
- Recommendation for a WordPress Calendar Plugin with Recurring Events? [closed]
- run a cron task without obstructing page load?
- crontab wp-cron.php on multisite path-based network: one for each path? Or just one for the root?
- Recurring scheduled task help
- What happens when wp_cron is deactivated in WordPress?
- Running wp-cron from CLI
- How to make wp cron job not fire immediately?
- Post date vs. event date in WordPress
- get_posts inside cron
- Looking for a simple calendar/events plugin [closed]
- Hourly WP schedule, do I need at least 1 visitor hourly?
- Initialize WordPress environment to use in a real cron script
- Why?: hundreds of empty files named wp-cron.php?doing_wp_cron.
- WP Schedule Event – Every Day When First Visitor Comes
- Can’t access wp_filesystem in cron function
- WP CRON runs only the first time
- Multiple wp_schedule_event cron jobs in plugin cause multi-execution
- WP Cron emails not working
- Trigger a cron every 24h GMT -8
- WordPress Cron Schedule the if and else statement
- Schedule event every second thursday of the month
- PHP5, Inheritance, Singleton – action & filter hook limitations
- Automated mark posts as featured every day
- Auto Delete Users (auto_delete_users)
- Is there any background process that I can run from plugin without depending on page hits on a website without affecting page-load speed?
- WordPress cron running twice
- How can I invoke an action after a CiviCRM triggering event?
- Scheduled Posts and wp-cron – Why don’t scheduled posts publish if too old?
- wp_schedule_single_event function not working
- How ( and mostly at what time ) can i prevent the alternate cron from running?
- How do i schedule cron in wordpress for each second?
- Check if event was scheduled – schedule event only once
- Why Should We Use wp_clear_scheduled_hook and What it Does?
- How to notify the admin about something that happened during a cron job
- Create function in functions.php with hook name to execute URL
- How to remove unused avatar uploads in buddypress [closed]
- cron.php being constantly deleted [closed]
- Scheduling posts on wordpress adds wrong seconds as post_date
- Does wp-cron runs all tasks scheduled at same time together or one after other?
- WP Cron job every 1st and 15th of the month
- Template Tag not available in real Cron Jobs
- WordPress Caching – Transients API or “update_user_meta ” Cronjob?
- Will cron job run if page loaded is being served from cache?
- wp_schedule_event run in background or not?
- How to Better Control WordPress Cron Jobs?
- WP_cron won’t trigger my action
- Create cron job without a plugin?
- Trigger background job using AJAX
- Detect if Cron is Running
- Run function with linux cron job in WordPress
- Create a custom event post
- Schedule cron don’t work
- WP CRON on shared hosting that does not allow loopback connections?
- How to schedule a cron job in plugin without waiting for page load request?
- Cron schedule not updating after run
- Event-Driven Pattern vs MVC?
- Can you register two cron events in a single function?
- Show events date instead of article date in default calendar widget
- When to use wp_schedule_single_event for async / non-blocking processes?
- Does using WP-cron make the site slower for the user?
- export a csv file from the database with a cronjob
- Code run fast on a cronjob but slow with a do_action or ajax call
- Update a costume wp_usermeta key back to 0 every 24hours (time can be specified as needed)
- Calling plugin function inside custom plugin for onclick event
- Events plugin for irregular / complex events [closed]
- wp_schedule_single_event not working: cron job is triggered but nothing gets executed
- Issues When Recursively Calling wp_schedule_single_event()
- WP All Import manual Cron
- How does task scheduler plugin implements cron that is not dependent on page load request? [closed]
- wp-cron behaviour when there are multiple queued tasks
- How wp-cron can run in background if PHP is single threaded?
- System Cron job not firing
- WP Cron job timeout issues
- WordPress Cron Job Not working
- running wp-cron.php using php not wget