Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::remove_block()publicWC 1.0

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() WC 9.4.2

public function remove_block( string $block_id );