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