WC_Product_Attribute::get_all_extra_datapublicWC 10.6.0

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() code WC 10.7.0

public function get_all_extra_data() {
	return $this->extra_data;
}