WC_Report_Stock::no_items()
No items found text.
Метод класса: WC_Report_Stock{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Report_Stock = new WC_Report_Stock(); $WC_Report_Stock->no_items();
Код WC_Report_Stock::no_items() WC Report Stock::no items WC 9.4.2
public function no_items() { _e( 'No products found.', 'woocommerce' ); }