WC_Product_Attribute::get_options()publicWC 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 8.7.0

public function get_options() {
	return $this->data['options'];
}