HEX
Server: Apache
System: Linux host60.registrar-servers.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: wwwrenee (3804)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/wwwrenee/public_html/Backup/wp-content/themes/maxcoach/searchform.php
<?php
/**
 * Template for displaying search forms
 *
 * @package  Maxcoach
 * @since    1.0
 */
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	<label>
		<span class="screen-reader-text"><?php echo esc_html_x( 'Search for:', 'label', 'maxcoach' ); ?></span>
		<input type="search" class="search-field"
		       placeholder="<?php echo esc_attr_x( 'Search&hellip;', 'placeholder', 'maxcoach' ); ?>"
		       value="<?php echo get_search_query() ?>" name="s"
		       title="<?php echo esc_attr_x( 'Search for:', 'label', 'maxcoach' ); ?>"/>
	</label>
	<button type="submit" class="search-submit">
		<span class="search-btn-icon fas fa-search"></span>
		<span class="search-btn-text">
			<?php echo _x( 'Search', 'submit button', 'maxcoach' ); ?>
		</span>
	</button>
</form>