Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::set_attributes()publicWC 1.0

Set the block attributes.

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

Хуков нет.

Возвращает

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

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

$BlockInterface = new BlockInterface();
$BlockInterface->set_attributes( $attributes );
$attributes(массив) (обязательный)
The block attributes.

Код BlockInterface::set_attributes() WC 9.2.3

public function set_attributes( array $attributes );