List All wp-cron Scheduled Events

This returns an array of all scheduled WP cron events. For each cron event, it gives the hook name, the recurrence schedule, and the time interval in seconds.

_get_cron_array()

Example Usage

echo '
'; 

print_r( _get_cron_array() ); 
echo '
';

No comments:

Post a Comment