Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
patterns
:
no-products-found.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 -->