HEX
Server: Apache
System: Linux host62.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: skytechbd (1007)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/skytechbd/public_html/wp-content/themes/phlox-pro/searchform.php
<?php
/**
 * The template for displaying search forms
 *
 * 
 * @package    Auxin
 * @author     averta (c) 2014-2025
 * @link       http://averta.net
*/
?>
  <form method="get" id="searchform" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
    <input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search Here', 'phlox-pro'); ?>" value="<?php the_search_query(); ?>" />
    <input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'phlox-pro'); ?>" />
  </form>