Fires within the displayed message when a feature configuation is updated.
jetpack_notices_update_settings
jetpack_notices_update_settingsjetpack_notices_update_settingsFires within the displayed message when a feature configuation is updated.
jetpack_stats_base_urlFilter the URL used as the Stats tracking pixel.
jetpack_module_configuration_load_{$_GET['configure']}Fires when a module configuration page is loaded.The dynamic part of the hook is the configure parameter from the URL.
jetpack_unrecognized_actionFires when a Jetpack admin page is loaded with an unrecognized parameter.
can_display_jetpack_manage_noticeShould the Jetpack Remote Site Management notice be displayed.
jetpack_module_configuration_head_{$_GET['configure']}Fires in the of a particular Jetpack configuation page.The dynamic portion of the hook name, $_GET[‘configure’], refers to the slug of module, such as ‘stats’, ‘sso’, etc. A complete hook for the latter would be ‘jetpack_module_configuation_head_sso’.
jetpack_log_entryFires when Jetpack logs an internal event.
jetpack_deactivate_module_{$module}Fires when a module is deactivated. The dynamic part of the filter, $module, is the module slug.
jetpack_pre_deactivate_moduleFires when a module is deactivated.
jetpack_activate_module_{$module}Fires when a module is activated. The dynamic part of the filter, $module, is the module slug.