File: /www/wwwroot/aiwellbore.com/wp-content/updraft/themes-old/study-education-pro/searchform.php
<?php
/**
* The template for displaying search forms in Study Education Pro
*
* @package Study Education Pro
*/
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label>
<?php /*<span class="screen-reader-text"><?php _ex( 'Search for:', 'label', 'study-education-pro' ); ?></span>*/ ?>
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search...', 'placeholder', 'study-education-pro' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s">
</label>
<input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button', 'study-education-pro' ); ?>">
</form>