wc_no_products_found()
Handles the loop when no products were found/no product exist.
Description Description
Source Source
File: includes/wc-template-functions.php
function wc_no_products_found() { wc_get_template( 'loop/no-products-found.php' ); }