/home/awneajlw/public_html/decenttraders.online/wp-content/themes/diziti/searchform.php
<?php
/**
 * Search Form template
 *
 * @package DIZITI
 * @author Codify Theme
 * @version 1.0
 */
if ( ! defined( 'ABSPATH' ) ) {
	die( 'Restricted' );
}
?>

<div class="search-widget">
	<form action="<?php echo esc_url( home_url( '/' ) ); ?>">
		<input name="s" value="<?php echo get_search_query(); ?>" type="text" placeholder="<?php echo esc_attr__( 'Type here', 'diziti' ); ?>">
		<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
	</form>
</div>