Package::is_feature_plugin_build()
Method: Checks if we’re executing the code in an feature plugin or experimental build mode.
Source: packages/woocommerce-blocks/src/Package.php:86
Method: Checks if we’re executing the code in an feature plugin or experimental build mode.
Source: packages/woocommerce-blocks/src/Package.php:86
Method: Returns an instance of the the FeatureGating class.
Source: packages/woocommerce-blocks/src/Package.php:68
Method: Checks if we’re executing the code in an experimental build mode.
Source: packages/woocommerce-blocks/src/Package.php:77
Class: Main package class.
Source: packages/woocommerce-blocks/src/Package.php:22
Method: For back compat this is provided. Ideally, you should register your class with Automattic\Woocommerce\Blocks\Container and make Package a dependency.
Source: packages/woocommerce-blocks/src/Package.php:32
Method: Init the package – load the blocks library and define constants.
Source: packages/woocommerce-blocks/src/Package.php:41
Method: Return the version of the package.
Source: packages/woocommerce-blocks/src/Package.php:50
Method: Return the path to the package.
Source: packages/woocommerce-blocks/src/Package.php:59
Method: Loads the dependency injection container for woocommerce blocks.
Source: packages/woocommerce-blocks/src/Package.php:97