hidden-no-results-content.php 392 B

12345678910111213
  1. <?php
  2. /**
  3. * Title: No Results Content
  4. * Slug: cakely/hidden-no-results-content
  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', 'cakely' ); ?></p>
  11. <!-- /wp:paragraph -->