Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 529 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 529 Bytes

WP-API: Nav Menus and Widgets Endpoints

Feature plugin for Nav Menus and Widgets Endpoints

Endpoints to define for menus:

GET  /menus
POST  /menus
GET  /menus/:id
POST /menus/:id
DELETE /menus/:id

Endpoints to define for menu items:

GET  /menu-items
POST  /menu-items
GET  /menu-items/:id
POST /menu-items/:id
DELETE /menu-items/:id

Endpoints to define for widgets:

GET  /widgets
GET  /widgets/:type
POST /widgets/:type
GET  /widget-types
GET  /widgets/:type/:number
PUT  /widgets/:type/:number