IntegrationRegistry::unregister( string|AutomatticWooCommerceBlocksIntegrationsIntegrationInterface $name )

Un-register an integration.


Description Description


Parameters Parameters

$name

(Required) Integration name, or alternatively a IntegrationInterface instance.


Top ↑

Return Return

(boolean|AutomatticWooCommerceBlocksIntegrationsIntegrationInterface) Returns the unregistered integration instance if unregistered successfully.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.