• File: searchform-20260827115000.php
  • Full Path: /home/monpetu/www/leoreno.fr/wp-content/themes/buildexo/searchform-20260827115000.php
  • Date Modified: 10/29/2024 2:43 PM
  • File size: 517 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

/**
 * Search Form template
 *
 * @package TURNER
 * @author The Genious
 * @version 1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	die( 'Restricted' );
}
?>

<div class="widget__inner">
    <form class="widget__search" action="<?php echo esc_url( home_url( '/' ) ); ?>">
        <input type="text" name="s" value="<?php echo get_search_query(); ?>" placeholder="<?php echo esc_attr__( 'Search...', 'buildexo' ); ?>">
        <button><i class="far fa-search"></i></button>
    </form>
</div>