Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_order()publicWC 1.0

Get the template order.

Method of the class: ProductTemplate{}

No Hooks.

Return

Int. The order.

Usage

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

ProductTemplate::get_order() code WC 9.7.1

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