HEX
Server: nginx/1.24.0
System: Linux prod-btpayments-io 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: /var/www/BtPayments/BtPayments-home/wp-content/themes/kava/searchform.php
<?php
/**
 * The template for displaying search form.
 *
 * @package Kava
 */
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	<label>
		<span class="screen-reader-text"><?php echo _x( 'Search for:', 'label', 'kava' ) ?></span>
		<input type="search" class="search-form__field" placeholder="<?php echo esc_attr_x( 'Enter keyword search', 'placeholder', 'kava' ) ?>" value="<?php echo get_search_query() ?>" name="s">
	</label>
	<button type="submit" class="search-form__submit btn btn-primary"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>