WC_Report_Stock::output_report() public WC 1.0
Output the report.
{} Это метод класса: WC_Report_Stock{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_Report_Stock = new WC_Report_Stock(); $WC_Report_Stock->output_report();
Код WC_Report_Stock::output_report() WC Report Stock::output report WC 5.0.0
public function output_report() {
$this->prepare_items();
echo '<div id="poststuff" class="woocommerce-reports-wide">';
$this->display();
echo '</div>';
}