Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::get_block()publicWC 1.0

Get a block by ID.

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

Хуков нет.

Возвращает

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

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

$ContainerInterface = new ContainerInterface();
$ContainerInterface->get_block( $block_id ): ?BlockInterface;
$block_id(строка) (обязательный)
The block ID.

Код ContainerInterface::get_block() WC 8.7.0

public function get_block( string $block_id ): ?BlockInterface;