hidden-no-results.php 386 B

123456789101112
  1. <?php
  2. /**
  3. * Title: Hidden No Results Content
  4. * Slug: mysa/hidden-no-results
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph -->
  10. <p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'mysa' ); ?></p>
  11. <!-- /wp:paragraph -->