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