Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/www/wp-content/plugins/wpvivid-backuprestore/admin/js/ |
Upload File : |
function wpvivid_post_request_quick(ajax_data, callback, error_callback, time_out){ if(typeof time_out === 'undefined') time_out = 30000; ajax_data.nonce=wpvivid_quick_snapshot_ajax_object.ajax_nonce; jQuery.ajax({ type: "post", url: wpvivid_quick_snapshot_ajax_object.ajax_url, data: ajax_data, cache:false, success: function (data) { callback(data); }, error: function (XMLHttpRequest, textStatus, errorThrown) { error_callback(XMLHttpRequest, textStatus, errorThrown); }, timeout: time_out }); }