WC_Product_Attribute::get_name()
Get name.
Method of the class: WC_Product_Attribute{}
No Hooks.
Return
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 9.3.3
public function get_name() { return $this->data['name']; }