WC_Product_Attribute::get_all_extra_data
Get all extra data.
Method of the class: WC_Product_Attribute{}
No Hooks.
Returns
Array.
Usage
$WC_Product_Attribute = new WC_Product_Attribute(); $WC_Product_Attribute->get_all_extra_data();
Changelog
| Since 10.6.0 | Introduced. |
WC_Product_Attribute::get_all_extra_data() WC Product Attribute::get all extra data code WC 10.7.0
public function get_all_extra_data() {
return $this->extra_data;
}