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