WC_Report_Low_In_Stock::no_items()
No items found text.
{} It's a method of the class: WC_Report_Low_In_Stock{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Report_Low_In_Stock = new WC_Report_Low_In_Stock(); $WC_Report_Low_In_Stock->no_items();
Code of WC_Report_Low_In_Stock::no_items() WC Report Low In Stock::no items WC 6.7.0
public function no_items() { esc_html_e( 'No low in stock products found.', 'woocommerce' ); }