File: /home/aliazzsr/trn2.mesegroup.de/wp-content/themes/clothing-store/searchform.php
<?php
/**
* Template for displaying search forms in Clothing Store
*
* @subpackage Clothing Store
* @since 1.0
*/
?>
<?php $clothing_store_unique_id = esc_attr( uniqid( 'search-form-' ) ); ?>
<form method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search', 'placeholder', 'clothing-store' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" />
<button type="submit" class="search-submit"><?php echo esc_html_x( 'Search', 'submit button', 'clothing-store' ); ?></button>
</form>