Package
Main package class.
Description Description
Returns information about the package and handles init.
Source Source
File: packages/woocommerce-blocks/src/Domain/Package.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Methods Methods
- __construct — Constructor
- feature — Returns an instance of the the FeatureGating class.
- get_path — Returns the path to the plugin directory.
- get_url — Returns the url to the blocks plugin directory.
- get_version — Returns the version of the plugin.
- is_experimental_build — Checks if we're executing the code in an experimental build mode.
- is_feature_plugin_build — Checks if we're executing the code in an feature plugin or experimental build mode.