Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::set_order
Set the block order.
Method of the class: BlockInterface{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$BlockInterface = new BlockInterface(); $BlockInterface->set_order( $order );
- $order(int) (required)
- The block order.
BlockInterface::set_order() BlockInterface::set order code WC 9.9.5
public function set_order( int $order );