Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::remove_blocks()publicWC 1.0

Removes all blocks from the container.

Method of the class: ContainerInterface{}

No Hooks.

Return

null. Nothing (null).

Usage

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

ContainerInterface::remove_blocks() code WC 9.7.1

public function remove_blocks();