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
/
themes
/
extendable
/
patterns
:
hidden-no-products.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Title: No products * Slug: extendable/hidden-no-products * Inserter: no */ ?> <!-- wp:query-no-results --> <!-- wp:paragraph --> <p><?php echo esc_html_x( 'No products were found matching your selection.', 'Message explaining that there are no results returned from a query', 'extendable' ); ?></p> <!-- /wp:paragraph --> <!-- /wp:query-no-results -->