woocommerce_blocks_

woocommerce_blocks_

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_blocks_') is found 1 times:

  • /src/Blocks/Integrations/IntegrationRegistry.php line 50
    		 * @since 4.6.0
    		 *
    		 * @param IntegrationRegistry $this Instance of the IntegrationRegistry class which exposes the IntegrationRegistry::register() method.
    		 */
    		do_action( 'woocommerce_blocks_' . $this->registry_identifier . '_registration', $this );
    
    		foreach ( $this->get_all_registered() as $registered_integration ) {
    			$registered_integration->initialize();
    		}
    	}