Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::remove_blockspublicWC 1.0

Removes all blocks from the container.

Method of the class: ContainerInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ContainerInterface = new ContainerInterface();
$ContainerInterface->remove_blocks();

ContainerInterface::remove_blocks() code WC 10.6.2

public function remove_blocks();