https://github.com/wpscholar/wp-rest-menu-endpoints
WordPress REST API endpoints for menus
https://github.com/wpscholar/wp-rest-menu-endpoints
wordpress wordpress-menu wordpress-php-library wordpress-rest-api
Last synced: about 1 year ago
JSON representation
WordPress REST API endpoints for menus
- Host: GitHub
- URL: https://github.com/wpscholar/wp-rest-menu-endpoints
- Owner: wpscholar
- Created: 2019-01-21T15:43:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T19:30:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T16:11:37.348Z (about 1 year ago)
- Topics: wordpress, wordpress-menu, wordpress-php-library, wordpress-rest-api
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WordPress REST API Menu Endpoints
This repository is meant to serve as an initial implementation of the WordPress REST API menu endpoints with the intent of eventually merging into WordPress core.
Discussion via issues and pull requests are welcome.
[View the API documentation](https://documenter.getpostman.com/view/530620/RztfxY8j)
## What It Does
Provides a collection of endpoints that allow full management of menus in WordPress.
Don't believe me? Try out my [Vue prototype](https://github.com/wpscholar/wp-menu-ui-vue-prototype) that aims to replicate the menus page from the WordPress admin.
## How to Use It
Add to your project via [Composer](https://getcomposer.org/):
```
$ composer wpscholar/wp-rest-menu-endpoints
```
Make sure you have added the Composer autoloader to your project:
```php