Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_name()publicWC 1.0

Get the block name.

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

Хуков нет.

Возвращает

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

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

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

Код BlockInterface::get_name() WC 9.3.3

public function get_name(): string;