🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:31:15 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
blocksy-companion
/
static
/
js
/
helpers
📍 /home/therahul/thedasstores.com/wp-content/plugins/blocksy-companion/static/js/helpers
🔄 Refresh
✏️
Editing: wp-updates.js
Writable
export const wpUpdatesAjax = function (action, data) { var options = {} if (data.success) { options.success = data.success delete data.success } if (data.error) { options.error = data.error delete data.error } options.data = { ...data, } options.data = _.extend(data, { action: action, _ajax_nonce: ctDashboardLocalizations.updatesNonce, }) return wp.ajax.send(options) }
💾 Save Changes
❌ Cancel