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 10.8.1
public function get_options() {
return $this->data['options'];
}