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