Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::remove_blockspublicWC 1.0

Removes all blocks from the container.

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

Хуков нет.

Возвращает

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

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

$ContainerInterface = new ContainerInterface();
$ContainerInterface->remove_blocks();

Код ContainerInterface::remove_blocks() WC 10.4.3

public function remove_blocks();