In this article

action

jetpack_before_activate_default_modules

Fires before default modules are activated.

Parameters

$min_version
string

Minimum version number required to use modules.

$max_version
string

Maximum version number required to use modules.

$other_modules
array

Array of other modules to activate alongside the default modules.

$requires_connection
(bool | null)

Value of the Requires Connection filter.

$requires_user_connection
(bool | null)

Value of the Requires User Connection filter.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.