Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_name()
Get the block name.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->get_name(): string;
Код BlockInterface::get_name() BlockInterface::get name WC 9.3.3
public function get_name(): string;