wp_cron_conditionally_prevent_sslverify
- %1$s is private and should not be used in themes or plugins directly.
wp_cron_conditionally_prevent_sslverify ( $request )
Access:Parameters:- (array) request The Cron request arguments.
Returns:- (array) $request The filtered Cron request arguments.
Defined at: - Introduced in WordPress: 5.7.0
- Deprecated in WordPress: —
Description
Disables SSL verification if the 'cron_request' arguments include an HTTPS URL.This prevents an issue if HTTPS breaks, where there would be a failed attempt to verify HTTPS.