Fires when a Jetpack admin page is loaded with an unrecognized parameter.
jetpack_unrecognized_action
jetpack_unrecognized_actionjetpack_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.
jetpack_pre_activate_moduleFires before a module is activated.
jetpack_activate_default_modulesFires when default modules are activated.
jetpack_activate_moduleFires when a specific module is activated.