WC_Product_Download::get_data()
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() WC Product Download::get data code WC 9.8.5
public function get_data() { return $this->data; }