WC_Product_Attribute::get_position()
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() WC Product Attribute::get position code WC 9.4.2
public function get_position() { return $this->data['position']; }