Browsing hooks for feature: Photon

    jetpack_photon_noresize_mode

    hook (filter): Allow Photon to disable uploaded images resizing and use its own resize capabilities instead.

    Source: class.photon.php:101

    jetpack_photon_admin_allow_image_downsize

    hook (filter): Provide plugins a way of running Photon for images in the WordPress Dashboard (wp-admin).<p>Note: enabling this will result in Photon URLs added to your post content, which could make migrations across domains (and off Photon) a bit more challenging.</p> View Example

    Source: class.photon.php:686

    jetpack_photon_development_mode

    hook (filter): Disables Photon URL processing for local development

    Source: functions.photon.php:35

    jetpack_photon_srcset_multipliers

    hook (filter): Filter the multiplier Photon uses to create new srcset items.<p>Return false to short-circuit and bypass auto-generation.</p>

    Source: class.photon.php:952

    jetpack_photon_image_downsize_string

    hook (filter): Filter the Photon Arguments added to an image when going through Photon, when that image size is a string.<p>Image size will be a string (e.g. "full", "medium") when it is known to WordPress.</p>

    Source: class.photon.php:807

    jetpack_photon_image_downsize_array

    hook (filter): Filter the Photon Arguments added to an image when going through Photon, when the image size is an array of height and width values.

    Source: class.photon.php:866

    jetpack_photon_reject_https

    hook (filter): Allow Photon to fetch images that are served via HTTPS. View Example

    Source: class.photon.php:1089

    photon_validate_image_url

    hook (filter): Overwrite the results of the validation steps an image goes through before to be considered valid to be used by Photon.

    Source: class.photon.php:1127

    jetpack_photon_skip_image

    hook (filter): Allow specific images to be skipped by Photon. View Example

    Source: class.photon.php:349

    jetpack_photon_image_is_local

    hook (filter): Filter whether an image using an attachment ID in its class has to be uploaded to the local site to go through Photon.

    Source: class.photon.php:417