[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
astra-addon
/
addons
/
advanced-search
/
template
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 full-screen.php
1,645 B
SET
[ EDIT ]
|
[ DEL ]
📄 header-cover.php
850 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.php
105 B
SET
[ EDIT ]
|
[ DEL ]
📄 search-box.php
189 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: header-cover.php
<?php /** * Advanced Search - Header Cover Template * * @package Astra Addon */ ?> <div class="ast-search-box header-cover" id="ast-search-form"> <div class="ast-search-wrapper"> <div class="ast-container"> <form class="search-form" action="<?php echo esc_url( home_url() ); ?>/" method="get"> <label class="search-text-wrap"> <span class="screen-reader-text"><?php echo esc_html( astra_default_strings( 'string-header-cover-search-placeholder', false ) ); ?></span> <input name="s" class="search-field" type="text" autocomplete="off" value="" placeholder="<?php echo esc_attr( astra_default_strings( 'string-header-cover-search-placeholder', false ) ); ?>" tabindex="1"> </label> <span tabindex="2" id="close" class="close"><?php Astra_Icons::get_icons( 'close', true ); ?></span> </form> </div> </div> </div>