HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/just-litigate/wp-content/themes/lawna/searchform.php
<?php
/**
 * Search Form
 */
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url(home_url( '/' )); ?>">
	<div class="searchform-wrap">
        <input type="text" placeholder="<?php esc_attr_e('Search here...', 'lawna'); ?>" name="s" class="search-field" />
        <button type="submit" class="search-submit">
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
                <path d="M14.7838 13.6083L12.0812 10.9057C12.9002 9.8335 13.3495 8.53294 13.3496 7.16056C13.3496 5.50671 12.7055 3.95174 11.5359 2.78231C10.3664 1.61287 8.81167 0.96875 7.15761 0.96875C5.50376 0.96875 3.94879 1.61287 2.77936 2.78231C0.365214 5.19666 0.365214 9.12488 2.77936 11.5388C3.94879 12.7085 5.50376 13.3526 7.15761 13.3526C8.52999 13.3524 9.83055 12.9032 10.9028 12.0841L13.6054 14.7867C13.7679 14.9495 13.9813 15.0308 14.1946 15.0308C14.4078 15.0308 14.6212 14.9495 14.7838 14.7867C15.1093 14.4614 15.1093 13.9336 14.7838 13.6083ZM3.95774 10.3604C2.19342 8.59611 2.19362 5.72522 3.95774 3.96069C4.81244 3.1062 5.94891 2.63542 7.15761 2.63542C8.36652 2.63542 9.50279 3.1062 10.3575 3.96069C11.2122 4.81539 11.683 5.95186 11.683 7.16056C11.683 8.36947 11.2122 9.50574 10.3575 10.3604C9.50279 11.2151 8.36652 11.6859 7.15761 11.6859C5.94891 11.6859 4.81244 11.2151 3.95774 10.3604Z" fill="white"/>
            </svg>
        </button>
    </div>
</form>