>
Download This Plugin | |
Download Elegant Themes | |
Name | WP API Menus |
Version | 1.1.2 |
Author | nekojira |
Rating | 0 |
Last updated | 2015-02-10 01:03:00 |
Downloads |
238
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP API Menus plugin added 2 bytes of resources to the Home page and 2 bytes of resources to the sample Post page.
WP API Menus plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP API Menus plugin ads no tables to your Wordpress blog database.This plugin extends the WordPress JSON REST API with new routes for WordPress registered menus
The new routes available will be:
/menus
list of every registered menu./menus/<id>
data for a specific menu./menu-locations
list of all registered theme locations./menu-locations/<location>
data for menu in specified menu in theme location.Currently, the menu-locations/<location>
route for individual menus will return a tree with full menu hierarchy, with correct menu item order and listing children for each menu item. The menus/<id>
route will output menu details and a flat array of menu items. Item order or if each item has a parent will be indicated in each item attributes, but this route won't output items as a tree.
You can alter the data arrangement of each individual menu items and children using the filter hook json_menus_format_menu_item
.