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