Bootstrap
Takes care of bootstrapping the plugin.
Description Description
Source Source
File: packages/woocommerce-blocks/src/Domain/Bootstrap.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Methods Methods
- __construct — Constructor
- add_build_notice — Add a notice stating that the build has not been done yet.
- has_core_dependencies — Check core dependencies exist.
- has_dependencies — Check dependencies exist.
- init — Init the package - load the blocks library and define constants.
- is_built — See if files have been built or not.
- register_dependencies — Register core dependencies with the container.
- register_payment_methods — Register payment method integrations with the container.
- remove_core_blocks — Remove core blocks.