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

https://github.com/palmtreephp/wp-navmenu

:palm_tree: WordPress nav menu component for Palmtree PHP
https://github.com/palmtreephp/wp-navmenu

bootstrap composer-package php wordpress wordpress-nav-menu-walker

Last synced: 3 months ago
JSON representation

:palm_tree: WordPress nav menu component for Palmtree PHP

Awesome Lists containing this project

README

          

# Palmtree WordPress NavMenu

WordPress nav menu component for Palmtree PHP

Includes a custom walker to output WordPress menus as Bootstrap v4 nav bars and a collection class which takes care
of registering and outputting menus.

## Requirements
* PHP >= 7.1

## Installation

Use composer to add the package to your dependencies:
```bash
composer require palmtree/wp-cleaner
```

## Usage
```php
set('header', 'Header Nav');
```

```php
= $collection->renderMenu('header'); ?>
```

## License

Released under the [MIT license](LICENSE)