Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_attributes()publicWC 1.0

Get the block attributes.

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

Хуков нет.

Возвращает

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

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

$AbstractBlock = new AbstractBlock();
$AbstractBlock->get_attributes(): array;

Код AbstractBlock::get_attributes() WC 8.1.1

public function get_attributes(): array {
	return $this->attributes;
}