• action

    jetpack_{$transient}_change

    Trigger a change to a specific update that we want to sync. Triggers one of the following actions: – jetpack_{$transient}_change – jetpack_update_plugins_change – jetpack_update_themes_change

  • filter

    lazyload_images_placeholder_image

    Allows plugins and themes to modify the placeholder image.This filter is not prefixed with jetpack_ to provide a smoother migration process from the WordPress Lazy Load plugin.

  • filter

    jetpack_lazy_images_new_attributes

    Allow plugins and themes to override the attributes on the image before the content is updated.One potential use of this filter is for themes that set height:auto on the img tag. With this filter, the theme could get the width and height attributes from the $attributes array and then add a style tag that sets those values as well, which could minimize reflow as images load.

  • filter

    lazyload_is_enabled

    Whether the lazy-images module should load.This filter is not prefixed with jetpack_ to provide a smoother migration process from the WordPress Lazy Load plugin.