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