Automattic\WooCommerce\Admin\BlockTemplates
ContainerInterface::remove_blocks()
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() ContainerInterface::remove blocks code WC 9.7.1
public function remove_blocks();