hidden-no-results-content.php 466 B

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