id = 'alg_wc_aps'; $this->label = __( 'Ajax Product Search', 'ajax-product-search-woocommerce' ); parent::__construct(); } /** * get_settings. * * @version 1.0.0 * @since 1.0.0 */ function get_settings() { global $current_section; return apply_filters( 'woocommerce_get_settings_' . $this->id . '_' . $current_section, array() ); } } endif;