Automattic\WooCommerce\Admin\BlockTemplates
ContainerInterface::remove_blocks()
Removes all blocks from the container.
Метод класса: ContainerInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ContainerInterface = new ContainerInterface(); $ContainerInterface->remove_blocks();
Код ContainerInterface::remove_blocks() ContainerInterface::remove blocks WC 9.2.3
public function remove_blocks();