Automattic\WooCommerce\Internal\ProductDownloads\ApprovedDirectories\Admin
Table::no_items
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() Table::no items code WC 10.8.1
public function no_items() {
esc_html_e( 'No approved directory URLs found.', 'woocommerce' );
}