✏️ 正在编辑: hidden.js
路径:
/var/www/yuppietech.com.br/wp-content/plugins/wp-file-manager/lib/js/commands/hidden.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
/** * @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; }; };
💾 保存文件
← 返回文件管理器