14 lines
365 B
PHP
14 lines
365 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', 'woo-gutenberg-products-block' ); ?>
|
|
</p>
|
|
<!-- /wp:paragraph -->
|