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