jetpack_photon_skip_image, false, $image_url, null

jetpack_photon_skip_image, false, $image_url, null

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_photon_skip_image, false, $image_url, null') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php line 1160
    	 *
    	 * @return bool Whether to skip the image.
    	 */
    	private function photon_should_skip_image( $image_url ) {
    		return apply_filters( 'jetpack_photon_skip_image', false, $image_url, null );
    	}
    
    	/**
    	 * * GENERAL FUNCTIONS
    	 **/