WC_Product_Attribute::get_position()publicWC 1.0

Get position.

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

Хуков нет.

Возвращает

int.

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

$WC_Product_Attribute = new WC_Product_Attribute();
$WC_Product_Attribute->get_position();

Код WC_Product_Attribute::get_position() WC 8.7.0

public function get_position() {
	return $this->data['position'];
}