D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
raptqcnr
/
piwholesale.com
/
wp-content
/
plugins
/
woocommerce
/
patterns
/
Filename :
no-products-found.php
back
Copy
<?php /** * Title: No Products Found * Slug: woocommerce/no-products-found * Inserter: no * Categories: WooCommerce */ ?> <!-- wp:paragraph --> <p> <?php echo esc_html_x( 'No products were found matching your selection.', 'Message explaining that there are no products returned from a search', 'woocommerce' ); ?> </p> <!-- /wp:paragraph -->