Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_id()publicWC 1.0

Get the block ID.

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

Хуков нет.

Возвращает

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

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

$AbstractBlock = new AbstractBlock();
$AbstractBlock->get_id(): string;

Код AbstractBlock::get_id() WC 9.3.3

public function get_id(): string {
	return $this->id;
}