Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::remove
Remove the block from its parent.
Method of the class: BlockInterface{}
No Hooks.
Returns
null. Nothing (null).
Usage
$BlockInterface = new BlockInterface(); $BlockInterface->remove();
BlockInterface::remove() BlockInterface::remove code WC 10.7.0
public function remove();