Download the PHP package underpin/admin-bar-menu-loader without Composer
On this page you can find all versions of the php package underpin/admin-bar-menu-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download underpin/admin-bar-menu-loader
More information about underpin/admin-bar-menu-loader
Files in underpin/admin-bar-menu-loader
Download underpin/admin-bar-menu-loader
More information about underpin/admin-bar-menu-loader
Files in underpin/admin-bar-menu-loader
Vendor underpin
Package admin-bar-menu-loader
Short Description Admin Menu Bar Loader for Underpin
License GPL-2.0-or-later
Package admin-bar-menu-loader
Short Description Admin Menu Bar Loader for Underpin
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package admin-bar-menu-loader
Underpin Admin Bar Menu Loader
Loader That assists with adding admin bars menus to a WordPress website.
Installation
Using Composer
composer require underpin/loaders--admin-bar-menus
Manually
This plugin uses a built-in autoloader, so as long as it is required before Underpin, it should work as-expected.
require_once(__DIR__ . '/underpin-admin-bar-menus/underpin-admin-bar-menus.php');
Setup
- Install Underpin. See Underpin Docs
- Register new admin menus as-needed.
Admin Menu Example
A very basic example could look something like this.
Alternatively, you can extend Admin_Bar_Menu
and reference the extended class directly, like so:
All versions of admin-bar-menu-loader with dependencies
PHP Build Version
Package Version
Requires
underpin/underpin Version
^2.0
The package underpin/admin-bar-menu-loader contains the following files
Loading the files please wait ....