WC_Report_Stock::output_report()

Output the report.


Description Description


Source Source

File: includes/admin/reports/class-wc-report-stock.php

	public function output_report() {

		$this->prepare_items();
		echo '<div id="poststuff" class="woocommerce-reports-wide">';
		$this->display();
		echo '</div>';
	}


Top ↑

User Contributed Notes User Contributed Notes

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