Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Please add following code to your theme functions.php file

    add_filter( 'get_search_form', 'aws_search_form' );
    add_filter( 'get_product_search_form', 'aws_search_form' );
    
    function aws_search_form( $form ) {
        return do_shortcode( '[aws_search_form]' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Avada default search change to advanced woo search’ is closed to new replies.