WC_Product_Attribute::get_position()
Get position.
Метод класса: WC_Product_Attribute{}
Хуков нет.
Возвращает
int
.
Использование
$WC_Product_Attribute = new WC_Product_Attribute(); $WC_Product_Attribute->get_position();
Код WC_Product_Attribute::get_position() WC Product Attribute::get position WC 9.8.2
public function get_position() { return $this->data['position']; }