File "searchform-20241224141514.php"
Full Path: /home/flipjqml/onlinebetsolution.com/wp-content/themes/xion-progression/searchform-20241224141514.php
File size: 661 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The template for displaying search forms in progression
*
* @package pro
*/
?>
<form method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label>
<span class="screen-reader-text"><?php esc_attr_x( 'Search for:', 'label', 'xion-progression' ); ?></span>
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search', 'placeholder', 'xion-progression' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s">
</label>
<input type="submit" class="search-submit" value="<?php echo esc_html__( 'Submit', 'xion-progression' ); ?>">
<div class="clearfix-pro"></div>
</form>