123456789101112 |
- <?php
- /**
- * Title: No results
- * Slug: kiosko/hidden-no-results
- * Inserter: no
- */
- declare( strict_types = 1 );
- ?>
- <!-- 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 store search', 'kiosko' ); ?></p>
- <!-- /wp:paragraph -->
|