Fires when Jetpack logs an internal event.
jetpack_log_entry
jetpack_log_entryjetpack_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.
jetpack_before_activate_default_modulesFires before default modules are activated.
jetpack_get_moduleFilter the returned data about a module.This filter allows overriding any info about Jetpack modules. It is dangerous, so please be careful.
jetpack_module_featureFilters the feature array on a module.This filter allows you to control where each module is filtered: Recommended, and the default “Other” listing.