https_local_ssl_verify, $sslverify

https_local_ssl_verify, $sslverify

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

apply_filters('https_local_ssl_verify, $sslverify') is found 1 times:

  • /Util_Environment.php line 1929
    			'args' => array(
    				'timeout'   => 3,
    				'blocking'  => true,
    				// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Calling native WordPress hook.
    				'sslverify' => apply_filters( 'https_local_ssl_verify', $sslverify ),
    			),
    		);
    
    		// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Calling native WordPress hook.
    		$cron_request = apply_filters( 'cron_request', $cron_request_array );