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 10.3.4
public function get_id(): string {
return $this->id;
}