hidden-no-results-content.php 410 B

1234567891011
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: Hidden No Results Content
  5. * Slug: cookbook/hidden-no-results-content
  6. * Inserter: no
  7. */
  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', 'cookbook' ); ?></p>
  11. <!-- /wp:paragraph -->