| Server IP : 208.109.34.209 / Your IP : 216.73.217.134 Web Server : Apache System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : oceanproject ( 1012) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/oceanproject/public_html/wp-content/themes/reda/ |
Upload File : |
<?php $unique_id = uniqid( 'search-form-' ); ?> <div class="reda-form forms-style reda-search-form"> <form role="search" method="get" class="search-form search-input" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label class="hide" for="<?php echo esc_attr($unique_id); ?>"> <span class="screen-reader-text"><?php echo esc_html_x( 'Search for:', 'label', 'reda' ); ?></span> </label> <input type="text" id="<?php echo esc_attr($unique_id); ?>" class="search-field darken-bg-color" placeholder="<?php echo esc_attr_x( 'Search …', 'placeholder', 'reda' ); ?>" value="<?php echo get_search_query(); ?>" name="s" /> <button type="submit" class="search-submit"><i class="fa fa-search"></i></button> </form> </div>