An open API service indexing awesome lists of open source software.

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.

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