Download the PHP package underpin/menu-loader without Composer
On this page you can find all versions of the php package underpin/menu-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download underpin/menu-loader
More information about underpin/menu-loader
Files in underpin/menu-loader
Download underpin/menu-loader
More information about underpin/menu-loader
Files in underpin/menu-loader
Vendor underpin
Package menu-loader
Short Description Menu loader for Underpin
License GPL-2.0-or-later
Package menu-loader
Short Description Menu loader for Underpin
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package menu-loader
Underpin Menu Loader
Loader That assists with adding navigation menus to a WordPress website.
Installation
Using Composer
composer require underpin/menu-loader
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-menus/menus.php');
Setup
- Install Underpin. See Underpin Docs
- Register new menus as-needed.
Example
A very basic example could look something like this.
Alternatively, you can extend Menu
and reference the extended class directly, like so:
All versions of menu-loader with dependencies
PHP Build Version
Package Version
Requires
underpin/underpin Version
^2.0
The package underpin/menu-loader contains the following files
Loading the files please wait ....