Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::remove
Remove the block from its parent.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->remove();
Код BlockInterface::remove() BlockInterface::remove WC 10.8.1
public function remove();