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.
lazyload_images_placeholder_image
lazyload_images_placeholder_imagelazyload_images_placeholder_imageAllows 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.
jetpack_lazy_images_new_attributesAllow 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.
lazyload_is_enabledWhether 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.
jetpack_pwa_background_colorAllows overriding the PWA theme color which is used when loading the app.
jetpack_pwa_manifestAllow overriding the manifest.
jetpack_protect_can_send_recovery_emailsFilter controls if an email recovery form is shown to blocked IPs. A recovery form allows folks to re-gain access to the login form via an email link if their IP was mistakenly blocked.
jetpack_search_recency_score_decayModify the recency decay parameters for the search query. The recency decay lowers the search scores based on the age of a post relative to an origin date. Basic adjustments: – origin: A date. Posts with this date will have the highest score and no decay applied. Default is today. – offset: Number of days/months/years (eg 30d). All posts within this time range of the origin (before and after) will have no decay applied. Default is no offset. – scale: The number of days/months/years from the origin+offset at which the decay will equal the decay param. Default 360d – decay: The amount of decay applied at offset+scale. Default 0.9. The curve applied is a Gaussian. More details available at {@see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-decay}
jetpack_search_should_handle_queryDetermine whether a given WP_Query should be handled by ElasticSearch.