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