Flatlogic Bot 30fe60f3ea Fazliddin
2026-01-29 11:42:42 +00:00

14 lines
348 B
PHP

<?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 -->