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
- Host: GitHub
- URL: https://github.com/themeplate/menu
- Owner: ThemePlate
- License: gpl-3.0
- Created: 2021-02-20T16:11:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T15:07:54.000Z (about 1 year ago)
- Last Synced: 2025-03-02T15:33:07.178Z (about 1 year ago)
- Topics: menu, wordpress, wordpress-menu
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```