Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin

Table::no_itemspublicWC 1.0

No items found text.

Method of the class: Table{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Table::no_items() code WC 9.9.5

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