getdevflow / adminbar
Adds a backend admin bar to a Devflow site.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:devflow-plugin
Requires
- php: >=8.3
- oomphinc/composer-installers-extender: ^2.0
README
Adds a backend admin bar to a Devflow site.
Requires Devflow Version: 1.2.0
Tested Up To: 1.2.0
Requires PHP: 8.3+
Stable Tag: 2.0.0
License: GPLv2-only
Features
- Adds admin bar to top of site.
- Management Tab (site, plugins, users, content)
- Flush Cache
- Action hooks and filters.
Localization
- English
- Spanish
Composer Installation
- Start a new shell session.
- In the root of your install, run the following command
composer require getdevflow/adminbar
.
Changelog
2.0.0
- Api change for enqueue functions
1.0.1
- Removed old textdomain function
- Updated locales
1.0.0
- Initial addition