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' );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.