Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin

Table::no_items()publicWC 1.0

No items found text.

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

Хуков нет.

Возвращает

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

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

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

Код Table::no_items() WC 9.3.1

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