Where in Wordpress DB are stored wp_cron tasks? Where in Wordpress DB are stored wp_cron tasks? wordpress wordpress

Where in Wordpress DB are stored wp_cron tasks?


It's stored in the database inside wp_options under the option_name cron.

You can get the array with: _get_cron_array() or get_option('cron').

See: http://core.trac.wordpress.org/browser/trunk/wp-includes/cron.php