Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_orderpublicWC 1.0

Get the template order.

Method of the class: ProductTemplate{}

No Hooks.

Returns

Int. The order.

Usage

$ProductTemplate = new ProductTemplate();
$ProductTemplate->get_order();

ProductTemplate::get_order() code WC 10.4.3

public function get_order() {
	return $this->order;
}