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