WC_Product_Download::get_datapublicWC 1.0

Returns all data for this object.

Method of the class: WC_Product_Download{}

No Hooks.

Returns

Array.

Usage

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

WC_Product_Download::get_data() code WC 10.8.1

public function get_data() {
	return array_merge( $this->extra_data, $this->data );
}