HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/searchform.php
<?php 

/**
  * Template for search.
  *
  * @package acora
  * @since acora 1.0
  */
 ?>

 <form role="search" method="get" class="search-form form" action="<?php echo home_url('/'); ?>">
  <div class="form-holder">
    <input class="form-control"  placeholder="<?php esc_attr_e('Type and hit enter', 'acora'); ?>" value="" name="s" id="s<?php echo esc_html(rand(0,999999)); ?>" type="search">
    <button type="submit" class="submit">
    	<span class="fwdicon fwdicon-search"></span>
    </button>
  </div>
</form>