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