jetpack_feature_ . $feature . _enabled

jetpack_feature_ . $feature . _enabled

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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.