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