Sync event that fires when core autoupdate was successful
jetpack_sync_core_autoupdated_successfully
jetpack_sync_core_autoupdated_successfullyjetpack_sync_core_autoupdated_successfullySync event that fires when core autoupdate was successful
jetpack_sync_core_reinstalled_successfullySync event that fires when core reinstall was successful
jetpack_sync_core_update_networkSync event for when core wp network updates to a new db version
jetpack_sync_add_termFires when the client needs to add a new term
admin_action_updateThis action is already documented in wp-admin/admin.phpThe ‘update’ portion of the hook name is from $_REQUEST[‘action’], e.g. ‘adminaction’ . $_REQUEST[‘action’]
wp_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