Whiteley Events File Manager
Whiteley Events WordPress file manager plugin
by Whiteley Events · github.com/bernierainerguy/wordpress-file-manager · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/bernierainerguy/wordpress-file-manager/releases/download/v1.4.5/whiteley-events-file-manager-1.4.5.zipA lightweight WordPress administrator file manager rooted at the WordPress installation directory.
Requirements
- WordPress
- PHP 7.4 or later
- An administrator account with the
manage_optionscapability - PHP
ZipArchivesupport for bulk downloads
Installation
- Download the latest
whiteley-events-file-manager-*.zipfile from Releases. - In WordPress, open Plugins → Add Plugin → Upload Plugin.
- Upload the ZIP, install it, and activate Whiteley Events File Manager.
Development
The canonical plugin source is wordpress-file-manager.php. The copy under dist/whiteley-events-file-manager/ is the packaged plugin payload and must match the canonical source before creating a release ZIP.
Validate both copies with:
php -l wordpress-file-manager.php
php -l dist/whiteley-events-file-manager/wordpress-file-manager.php
cmp wordpress-file-manager.php dist/whiteley-events-file-manager/wordpress-file-manager.php
Security
File operations require WordPress administrator access and nonces. Paths are constrained to the configured WordPress root, and executable file uploads are blocked.
License
GPL-2.0-or-later.
Releases
1 release. Each count is every asset in that release; expand a row for the breakdown.