jetpack_feature_ . $feature . _enabled
jetpack_feature_ . $feature . _enabled
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_feature_ . $feature . _enabled') is found 1 times:
- /jetpack_vendor/automattic/jetpack-config/src/class-config.php line 224
* Fires when a specific Jetpack package feature is initalized using the Config package. * * @since 1.1.0 */ do_action( 'jetpack_feature_' . $feature . '_enabled' ); return self::FEATURE_ENSURED; } /** * Enables the JITM feature.