jetpack_photon_reject_https, false

jetpack_photon_reject_https, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_photon_reject_https, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php line 1206
    			 * @since 3.9.0 Default to false.
    			 *
    			 * @param bool $reject_https Should Photon ignore images using the HTTPS scheme. Default to false.
    			 */
    			apply_filters( 'jetpack_photon_reject_https', false )
    		) {
    			return false;
    		}
    
    		// Bail if no host is found.
    		if ( $url_info['host'] === null ) {