Fires before default modules are activated.
jetpack_before_activate_default_modules
jetpack_before_activate_default_modulesjetpack_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.
jetpack_get_default_modulesFilters the array of default modules.
jetpack_get_available_modulesFilters the array of modules available to be activated.
jetpack_security_reportFires before a security report is created.
jetpack_enable_open_graphAllow the addition of Open Graph Meta Tags to all pages.
jetpack_rest_api_compatFilters the list of REST API compat files to be included.
jetpack_modules_loadedFires when all the modules are loaded.
jetpack_module_loaded_{$module}Fires when a specific module is loaded. The dynamic part of the hook, $module, is the module slug.