WC_Report_Downloads::no_itemspublicWC 1.0

No items found text.

Method of the class: WC_Report_Downloads{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

WC_Report_Downloads::no_items() code WC 10.5.0

public function no_items() {
	esc_html_e( 'No customer downloads found.', 'woocommerce' );
}