jetpack_feature_

jetpack_feature_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('jetpack_feature_') is found 1 times:

  • /vendor/automattic/jetpack-config/src/class-config.php line 232
    		 * 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.