WC_Product_Attribute::get_name
Get name.
Method of the class: WC_Product_Attribute{}
No Hooks.
Returns
String.
Usage
$WC_Product_Attribute = new WC_Product_Attribute(); $WC_Product_Attribute->get_name();
WC_Product_Attribute::get_name() WC Product Attribute::get name code WC 10.8.1
public function get_name() {
return $this->data['name'];
}