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

https://github.com/themeplate/menu

Handy menu iterator
https://github.com/themeplate/menu

menu wordpress wordpress-menu

Last synced: about 2 months ago
JSON representation

Handy menu iterator

Awesome Lists containing this project

README

          

# ThemePlate Menu

```php
use ThemePlate\Menu;

$primary_menu = new Menu( 'primary' );

$primary_menu->get();
$primary_menu->get_id();
$primary_menu->get_name();
$primary_menu->get_slug();
$primary_menu->get_count();
$primary_menu->get_items();
```

```php


```