Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin
Table::no_items()
No items found text.
Метод класса: Table{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Table = new Table(); $Table->no_items();
Код Table::no_items() Table::no items WC 9.3.1
public function no_items() { esc_html_e( 'No approved directory URLs found.', 'woocommerce' ); }