Automattic\WooCommerce\Admin\BlockTemplates
ContainerInterface::remove_block()
Removes a block from the container.
Метод класса: ContainerInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ContainerInterface = new ContainerInterface(); $ContainerInterface->remove_block( $block_id );
- $block_id(строка) (обязательный)
- The block ID.
Код ContainerInterface::remove_block() ContainerInterface::remove block WC 9.4.2
public function remove_block( string $block_id );