$.ajax({
            method: 'post',
            data: data,
            type: 'json',
            success: function (responce) {
                var data = [{id: '', text: helpText, disabled: true, selected: true}];
                if (responce.data) {
                    responce.data.map(function (el) {
                        data.push(el);
                    });
                    $('#ЗНАЧЕНИЕ').select2('destroy').empty().select2({data: data});
                }
            },
            error: function (e) {
                console.log(e);
            }
        });      print c, "гипотенуза"
print b, "площадь"print c, "гипотенуза","\n", b, "площадь"      function woocommerce_output_related_products() {
 woocommerce_related_products(4,4); // Показать 4 товара а 4 колонки
 }