🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:woosearchform.php
<?php /** * The template for displaying search forms * @xstore-version 9.4.0 */ defined( 'ABSPATH' ) || exit( 'Direct script access denied.' ); ?> <form action="<?php echo ( class_exists('WooCommerce') ) ? esc_url( get_permalink( wc_get_page_id( 'shop' ) ) ) : esc_url( home_url( '/' ) ); ?>" role="search" class="" method="get"> <div class="input-row"> <input type="text" value="" placeholder="<?php esc_attr_e( 'Type here...', 'xstore' ); ?>" autocomplete="off" class="form-control" name="s" /> <input type="hidden" name="post_type" value="product" /> <?php if ( defined( 'ICL_LANGUAGE_CODE' ) && ! defined( 'LOCO_LANG_DIR' ) ) : ?> <input type="hidden" name="lang" value="<?php echo ICL_LANGUAGE_CODE; ?>"/> <?php endif ?> <button type="submit"><?php esc_html_e( 'Search', 'xstore' ); ?><i class="et-icon et-zoom"></i></button> </div> </form>
Save Changes
Cancel
Create New File
Create New Folder