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 8.1.1
public function get_attributes(): array { return $this->attributes; }