Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlockTemplate::get_idpublicWC 1.0

Get the template ID.

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

Хуков нет.

Возвращает

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

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

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

Код AbstractBlockTemplate::get_id() WC 10.5.0

abstract public function get_id(): string;