https://github.com/getdevflow/adminbar
Adds a backend admin bar to a Devflow site.
https://github.com/getdevflow/adminbar
devflow-plugin plugin
Last synced: 9 months ago
JSON representation
Adds a backend admin bar to a Devflow site.
- Host: GitHub
- URL: https://github.com/getdevflow/adminbar
- Owner: getdevflow
- License: gpl-2.0
- Created: 2024-12-12T16:17:00.000Z (about 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2025-02-14T17:57:04.000Z (12 months ago)
- Last Synced: 2025-04-30T21:53:13.474Z (9 months ago)
- Topics: devflow-plugin, plugin
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Admin Bar
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
1. Start a new shell session.
2. 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