🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 09:12:52 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
test2.therahuldas.com
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
js
/
commands
📍 /home/therahul/test2.therahuldas.com/wp-content/plugins/wp-file-manager/lib/js/commands
🔄 Refresh
✏️
Editing: hidden.js
Writable
/** * @class elFinder command "hidden" * Always hidden command for uiCmdMap * * @author Naoki Sawada **/ elFinder.prototype.commands.hidden = function() { "use strict"; this.hidden = true; this.updateOnSelect = false; this.getstate = function() { return -1; }; };
💾 Save Changes
❌ Cancel