WC_Report_Sales_By_Date::get_report_data()
Get report data.
Method of the class: WC_Report_Sales_By_Date{}
No Hooks.
Return
stdClass
.
Usage
$WC_Report_Sales_By_Date = new WC_Report_Sales_By_Date(); $WC_Report_Sales_By_Date->get_report_data();
WC_Report_Sales_By_Date::get_report_data() WC Report Sales By Date::get report data code WC 9.3.3
public function get_report_data() { if ( empty( $this->report_data ) ) { $this->query_report_data(); } return $this->report_data; }