Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_namepublicWC 1.0

Get the block name.

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

Хуков нет.

Возвращает

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

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

$BlockInterface = new BlockInterface();
$BlockInterface->get_name(): string;

Код BlockInterface::get_name() WC 10.5.2

public function get_name(): string;