Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_attributes
Get the block attributes.
Метод класса: AbstractBlock{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$AbstractBlock = new AbstractBlock(); $AbstractBlock->get_attributes(): array;
Код AbstractBlock::get_attributes() AbstractBlock::get attributes WC 10.3.4
public function get_attributes(): array {
return $this->attributes;
}