📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 06:19:02
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
js
/
commands
📍 /home/orkouolp/web/orkofarms.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