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