HEX
Server: Apache
System: Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64
User: server (1002)
PHP: 8.3.20
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /home/muoapartman/www/wp-content/themes/ba-hotel-light/searchform.php
<?php
/**
 * Default search form.
 *
 */


?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url(home_url( '/' )); ?>">
	<label class="search-label">
		<span class="screen-reader-text"><?php echo esc_html_x( 'Search for:', 'scr_title', 'ba-hotel-light' ); ?></span>
		<input type="search" class="search-field"
			placeholder="<?php esc_attr_e( 'Search', 'ba-hotel-light' ); ?>"
			value="<?php echo get_search_query(); ?>" name="s"
			title="<?php echo esc_attr_x( 'Search for:', 'title', 'ba-hotel-light' ); ?>" />
	</label>
	<button type="submit" class="search-submit">
		<label class="screen-reader-text"><?php echo esc_html_x( 'Search', 'scr_submit', 'ba-hotel-light' ); ?></label>
		<span class="lnr lnr-magnifier"></span>
	</button>
</form>