Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/themes/sinatra/template-parts/header/widgets/ |
Upload File : |
<?php /** * The template for displaying theme header search widget. * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ ?> <div aria-haspopup="true"> <a href="#" class="si-search"> <?php echo sinatra()->icons->get_svg( 'search', array( 'aria-label' => esc_html__( 'Search', 'sinatra' ) ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </a><!-- END .si-search --> <div class="si-search-simple si-search-container dropdown-item"> <form role="search" aria-label="<?php esc_attr_e( 'Site Search', 'sinatra' ); ?>" method="get" class="si-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label class="si-form-label"> <span class="screen-reader-text"><?php esc_html_e( 'Search for:', 'sinatra' ); ?></span> <input type="search" class="si-input-search" placeholder="<?php esc_attr_e( 'Search', 'sinatra' ); ?>" value="<?php echo esc_attr( get_query_var( 's' ) ); ?>" name="s" autocomplete="off"> </label><!-- END .sinara-form-label --> <?php sinatra_animated_arrow( 'right', 'submit', true ); ?> </form> </div><!-- END .si-search-simple --> </div>