[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentythree/patterns/ -> hidden-no-results.php (source)

   1  <?php
   2  /**
   3   * Title: Hidden No Results Content
   4   * Slug: twentytwentythree/hidden-no-results-content
   5   * Inserter: no
   6   *
   7   * @package WordPress
   8   * @subpackage Twenty_Twenty_Three
   9   * @since Twenty Twenty-Three 1.0
  10   */
  11  
  12  ?>
  13  
  14  <!-- wp:paragraph -->
  15  <p>
  16  <?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', 'twentytwentythree' ); ?>
  17  </p>
  18  <!-- /wp:paragraph -->
  19  
  20  <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_attr_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true} /-->


Generated : Sat Aug 15 08:20:25 2026 Cross-referenced by PHPXref