Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin

Table::no_items()publicWC 1.0

No items found text.

Method of the class: Table{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Table::no_items() code WC 8.7.0

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