Файловый менеджер - Редактировать - /var/www/cook-surveying.com/html/wp-content/themes/Divi/epanel/theme-options-library/app/lib/request.js
Назад
// External dependencies. import $ from 'jquery'; // Internal dependencies. import config from './config'; export const request = (method, data, options = {}) => { const deferred = $.ajax({ type: method, url: config.api, dataType: 'json', data, ...options, }); return Promise.resolve(deferred.promise()) .then(response => { if (false === response.success) { return Promise.reject(response.data || {}); } return Promise.resolve(response.data); }); }; export const post = (data, options = {}) => request('POST', data, options);
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка