HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /data0/brighttherapyllc.com/.trash/hello-animations/searchform.php
<?php
/**
 * Search Form for Hello Animation theme.
 *
 * @package     Hello Animation
 * @author      Wealcoder 
 * @copyright   Copyright (c) 2024, wealcoder
 * @link        https://www.brainstormforce.com
 * @since       Hello animation 1.0
 */


?>
<div class="default-search__again-form">
	<form role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>" class="hello-animation-search-form">
		<label for="s"><?php echo esc_html__( 'Search', 'hello-animation' ) ?></label> 
		<div class="hello-anim-search d-flex">
		    <input name="s" id="s" type="text" value="<?php echo get_search_query(); ?>">
			<button><i class="icon-wcf-search"></i></button>
		</div>
	</form>
</div>