📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 17:15:19
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wp-user-manager
/
assets
/
js
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wp-user-manager/assets/js
🔄 Refresh
✏️
Editing: wp-user-manager.js
Writable
/*! WP User Manager - v2.1.10 * https://wpusermanager.com * Copyright (c) 2019; * Licensed GPLv2+ */ jQuery(document).ready(function ($) { $(document.body).on('click', '.wpum-remove-uploaded-file', function () { $(this).closest('.wpum-uploaded-file').remove(); return false; }); $('.wpum-multiselect').select2({ theme: 'default' }); $('.wpum-datepicker:not([readonly])').flatpickr({ dateFormat: wpumFrontend.dateFormat }); });
💾 Save Changes
❌ Cancel