Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::remove()publicWC 1.0

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() code WC 9.8.4

public function remove();