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>';
}