WP_Site_Health::wp_schedule_test_init()
Initiate the WP_Cron schedule test cases.
Source
File: wp-admin/includes/class-wp-site-health.php
private function wp_schedule_test_init() { $this->schedules = wp_get_schedules(); $this->get_cron_tasks(); }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |