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