WC_Report_Sales_By_Date::get_report_data()

Get report data.


Description Description


Return Return

(stdClass)


Top ↑

Source Source

File: includes/admin/reports/class-wc-report-sales-by-date.php

	public function get_report_data() {
		if ( empty( $this->report_data ) ) {
			$this->query_report_data();
		}
		return $this->report_data;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.