Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_order()publicWC 1.0

Get the template order.

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

Хуков нет.

Возвращает

int. The order.

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

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

Код ProductTemplate::get_order() WC 9.7.1

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