WC_Report_Stock::no_itemspublicWC 1.0

No items found text.

Method of the class: WC_Report_Stock{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Report_Stock = new WC_Report_Stock();
$WC_Report_Stock->no_items();

WC_Report_Stock::no_items() code WC 10.8.1

public function no_items() {
	_e( 'No products found.', 'woocommerce' );
}