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 9.8.4
public function remove();