Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::removepublicWC 1.0

Remove the block from its parent.

Метод класса: BlockInterface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$BlockInterface = new BlockInterface();
$BlockInterface->remove();

Код BlockInterface::remove() WC 10.8.1

public function remove();