This filter is already documented in wp-includes/pluggable.php
wp_redirect
wp_redirectwp_redirectThis filter is already documented in wp-includes/pluggable.php
jetpack_disable_seo_toolsCan be used by SEO plugin authors to disable the conflicting output of SEO Tools.
jetpack_search_taxonomy_query_varModify the query var to use for a given taxonomy
jetpack_search_es_query_argsModify the underlying ES query that is passed to the search endpoint. The returned args must represent a valid ES query This filter is harder to use if you’re unfamiliar with ES, but allows complete control over the query
jetpack_search_es_wp_query_argsModify the search query parameters, such as controlling the post_type. These arguments are in the format of WP_Query arguments
did_jetpack_search_queryFires after a search request has been performed. Includes the following info in the $query parameter: array args Array of Elasticsearch arguments for the search array response Raw API response, JSON decoded int response_code HTTP response code of the request float elapsed_time Roundtrip time of the search request, in milliseconds float es_time Amount of time Elasticsearch spent running the request, in milliseconds string url API url that was queried
sharing_services_emailFilters if Email Sharing is enabled.E-Mail sharing is often problematic due to spam concerns, so this filter enables it to be quickly and simply toggled.
comment_like_buttonFilters the Comment Likes button content.
jetpack_start_enable_ssoAuto-enable SSO module for new Jetpack Start connections
rest_api_site_icon_clearedFallback mechanism to clear a third party site icon setting. Can be used to unset the option when an API request instructs the site to remove the site icon.