wc_no_products_found()WC 1.0

Handles the loop when no products were found/no product exist.

No Hooks.

Return

null. Nothing (null).

Usage

wc_no_products_found();

wc_no_products_found() code WC 8.7.0

function wc_no_products_found() {
	wc_get_template( 'loop/no-products-found.php' );
}