Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
fft-truffes
/
wp-content
/
themes
/
hello-biz
/
✏️
Editing: searchform.php
<?php /** * The template for displaying a custom searchform. * * @package HelloBiz */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <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', 'hello-biz' ); ?></span> <input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search…', 'placeholder', 'hello-biz' ); ?>" value="<?php echo get_search_query(); ?>" name="s"/> </label> <button type="submit" class="search-submit" aria-label="<?php echo esc_attr_x( 'Search', 'submit button', 'hello-biz' ); ?>"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="11" cy="11" r="8"></circle> <line x1="21" y1="21" x2="16.65" y2="16.65"></line> </svg> <span class="screen-reader-text"><?php echo esc_html_x( 'Search', 'submit button', 'hello-biz' ); ?></span> </button> </form>
💾 Save
❌ Cancel