Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::set_order()publicWC 1.0

Set the block order.

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

Хуков нет.

Возвращает

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

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

$BlockInterface = new BlockInterface();
$BlockInterface->set_order( $order );
$order(int) (обязательный)
The block order.

Код BlockInterface::set_order() WC 9.3.3

public function set_order( int $order );