hidden-no-results.php 336 B

123456789101112
  1. <?php
  2. /**
  3. * Title: No results
  4. * Slug: kiosko/hidden-no-results
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph -->
  10. <p><?php echo esc_html_x( 'No products were found matching your selection.', 'Message explaining that there are no results returned from a store search', 'kiosko' ); ?></p>
  11. <!-- /wp:paragraph -->