WC_Product_Download::get_data()publicWC 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 9.8.5

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