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