WC_Product_Download::get_all_extra_datapublicWC 10.6.0

Get all extra data.

Method of the class: WC_Product_Download{}

No Hooks.

Returns

Array.

Usage

$WC_Product_Download = new WC_Product_Download();
$WC_Product_Download->get_all_extra_data();

Changelog

Since 10.6.0 Introduced.

WC_Product_Download::get_all_extra_data() code WC 10.6.2

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