jetpack_photon_image_downsize_array, $photon_args, compact( width, height, image_url, attachment_id
jetpack_photon_image_downsize_array, $photon_args, compact( width, height, image_url, attachment_id
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_photon_image_downsize_array, $photon_args, compact( width, height, image_url, attachment_id') is found 1 times:
- /jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php line 966
* @type $image_url Image URL. * @type $attachment_id Attachment ID of the image. * } */ $photon_args = apply_filters( 'jetpack_photon_image_downsize_array', $photon_args, compact( 'width', 'height', 'image_url', 'attachment_id' ) ); // Generate Photon URL. $image = array( Image_CDN_Core::cdn_url( $image_url, $photon_args ), $has_size_meta ? $width : false, $has_size_meta ? $height : false,