Dashboard
PHP:
7.4.33
OS:
Linux
User:
vqweckd
/
/
home
/
vqweckd
/
www
/
wp-content
/
themes
/
Avada
📤 Upload
📝 New File
📁 New Folder
Close
Editing: searchform.php
<?php /** * The search-form template. * * @package Avada * @subpackage Templates */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } $config = [ 'design' => Avada()->settings->get( 'search_form_design' ), 'live_search' => Avada()->settings->get( 'live_search' ), ]; Fusion_Searchform::get_form( $config );
Save
Cancel