Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::remove_blocks()publicWC 1.0

Removes all blocks from the container.

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

Хуков нет.

Возвращает

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

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

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

Код ContainerInterface::remove_blocks() WC 9.2.3

public function remove_blocks();