woocommerce_json_search_found_product_attribute_terms

woocommerce_json_search_found_product_attribute_terms

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_json_search_found_product_attribute_terms') is found 1 times:

  • /includes/class-wc-ajax.php line 1956
    		 * @since 7.0.0
    		 * @param array  $terms    The list of matched terms.
    		 * @param string $taxonomy The terms taxonomy.
    		 */
    		wp_send_json( apply_filters( 'woocommerce_json_search_found_product_attribute_terms', $terms, $taxonomy ) );
    	}
    
    	/**
    	 * Search for product attributes and return json.
    	 */
    	public static function json_search_product_attributes() {