Done !
| Server IP : 51.91.236.255 / Your IP : 216.73.217.126 Web Server : Apache System : Linux webm003.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chloega ( 433239) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/chloega/www/wp-content/themes/inspiro/template-parts/header/ |
Upload File : |
<?php /** * The template for displaying search form * * @package Inspiro * @subpackage Inspiro_Lite * @since Inspiro 1.0.0 * @version 1.0.0 */ ?> <form method="get" id="searchform" action="<?php echo esc_url( home_url() ); ?>/"> <label for="search-form-input"> <span class="screen-reader-text"><?php esc_html_e( 'Search for:', 'inspiro' ); ?></span> <input type="search" class="sb-search-input" placeholder="<?php esc_attr_e( 'Type your keywords and hit Enter...', 'inspiro' ); ?>" name="s" id="search-form-input" autocomplete="off" /> </label> <button class="sb-search-button-open" aria-expanded="false"> <span class="sb-icon-search"> <?php echo inspiro_get_theme_svg( 'search' ); ?> </span> </button> <button class="sb-search-button-close" aria-expanded="false"> <span class="sb-icon-search"> <?php echo inspiro_get_theme_svg( 'cross' ); ?> </span> </button> </form>