Automattic\WooCommerce\Admin\BlockTemplates
ContainerInterface::get_block()
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() ContainerInterface::get block WC 9.2.3
public function get_block( string $block_id ): ?BlockInterface;