/home/vianto5/hidalgoresidences.mx/wp-content/plugins/wp-file-manager/lib/php/editors
NameSizeModeActions
OnlineConvert/-0755rm
ZipArchive/-0755rm
ZohoOffice/-0755rm
editor.php14180644editdlrm
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/plugins/wp-file-manager/lib/php/editors/editor.php (1418B)
elfinder = $elfinder; $this->args = $args; } /** * Return boolean that this plugin is enabled. * * @return bool */ public function enabled() { return true; } /** * Return boolean that $name method is allowed. * * @param string $name * * @return bool */ public function isAllowedMethod($name) { $checker = array_flip($this->allowed); return isset($checker[$name]); } /** * Return $this->args value of the key * * @param string $key target key * @param string $empty empty value * * @return mixed */ public function argValue($key, $empty = '') { return isset($this->args[$key]) ? $this->args[$key] : $empty; } }