Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin

Table::no_itemspublicWC 1.0

No items found text.

Метод класса: Table{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код Table::no_items() WC 11.0.1

public function no_items() {
	esc_html_e( 'No approved directory URLs found.', 'woocommerce' );
}