do_action( "woocommerce_blocks_{$this->registry_identifier}_registration", AutomatticWooCommerceBlocksIntegrationsIntegrationRegistry $this )
Hook: integration_registration.
Description Description
Runs before integrations are initialized allowing new integration to be registered for use. This should be used as the primary hook for integrations to include their scripts, styles, and other code extending the blocks.
Parameters Parameters
- $this
-
Instance of the IntegrationRegistry class which exposes the IntegrationRegistry::register() method.
Source Source
File: packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php