Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::removepublicWC 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 10.7.0

public function remove();