get_searcher()->get_search_input_css_selector() ); $atts = shortcode_atts( array( 'placeholder' => sanitize_text_field( get_option( Alg_WC_APS_Settings_Texts::OPTION_PLACEHOLDER, __( 'Search products', 'ajax-product-search-woocommerce' ) ) ), 'class' => $class, 'style' => 'width:100%;', ), $atts, self::TAG_SEARCH_INPUT ); // Default attributes $placeholder = esc_attr( sanitize_text_field( $atts['placeholder'] ) ); $class = esc_attr( sanitize_text_field( $atts['class'] ) ); $style = esc_attr( sanitize_text_field( $atts['style'] ) ); // Cache option $cache = esc_attr( filter_var( get_option( Alg_WC_APS_Settings_Search::OPTION_CACHE_ENABLE, true ), FILTER_VALIDATE_BOOLEAN ) ); $cache_time = esc_attr( filter_var( get_option( Alg_WC_APS_Settings_Search::OPTION_CACHE_TIME, true ), FILTER_VALIDATE_INT ) ); return " "; } } }