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 9.9.5
public function no_items() { esc_html_e( 'No approved directory URLs found.', 'woocommerce' ); }