Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::remove()publicWC 1.0

Remove the block from its parent.

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

Хуков нет.

Возвращает

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

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

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

Код BlockInterface::remove() WC 9.3.3

public function remove();