WC_Product_Attribute::get_positionpublicWC 1.0

Get position.

Method of the class: WC_Product_Attribute{}

No Hooks.

Returns

Int.

Usage

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

WC_Product_Attribute::get_position() code WC 10.8.1

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