2024-10-12 07:33:39
ignore_user_abort( true );
Don't run cron until the request finishes, if possible.
if ( ! empty( Array ) || defined( 'DOING_AJAX' ) || defined( 'DOING_CRON' ) ) {
ok
require_once __DIR__ . '/wp-load.php';
crons = wp_get_ready_cron_jobs();