WC_Product_Attribute::get_position()publicWC 1.0

Get position.

Method of the class: WC_Product_Attribute{}

No Hooks.

Return

Int.

Usage

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

WC_Product_Attribute::get_position() code WC 8.7.0

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