WC_Report_Stock::__construct()

Constructor.


Description Description


Source Source

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

	public function __construct() {

		parent::__construct(
			array(
				'singular' => 'stock',
				'plural'   => 'stock',
				'ajax'     => false,
			)
		);
	}

Top ↑

User Contributed Notes User Contributed Notes

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