Prio | Original string | Translation | — |
---|---|---|---|
↑ | Extends WordPress WP REST API with new routes pointing to WordPress menus. | You have to log in to add a translation. | Details |
Original untranslated
Extends WordPress WP REST API with new routes pointing to WordPress menus.
You have to log in to edit this translation. Meta |
|||
↑ | WP API Menus | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
You can submit a pull request to: https://github.com/unfulvio/wp-api-menus However, menu data organization in json is a bit arbitrary and subjective, and that's why probably hasn't made it into WP API by the time of writing. You could also fork this plugin altogether and write your json output for a specific use case. | You have to log in to add a translation. | Details | |
Original untranslated
You can submit a pull request to:↵
https://github.com/unfulvio/wp-api-menus↵
However, menu data organization in json is a bit arbitrary and subjective, and that's why probably hasn't made it into WP API by the time of writing. You could also fork this plugin altogether and write your json output for a specific use case.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
There's no such thing. | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
Will this plugin do 'X' ? | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
Is this an official extension of WP API? | You have to log in to add a translation. | Details | |
Original untranslated
Is this an official extension of WP API?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Once installed, activate WP API Menus from WordPress plugins dashboard page and you're ready to go, WP API will respond to new routes and endpoints to your registered menus. | You have to log in to add a translation. | Details | |
Original untranslated
Once installed, activate WP API Menus from WordPress plugins dashboard page and you're ready to go, WP API will respond to new routes and endpoints to your registered menus.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Install the plugin as you would with any WordPress plugin in your <code>wp-content/plugins/</code> directory or equivalent. | You have to log in to add a translation. | Details | |
Original untranslated
Install the plugin as you would with any WordPress plugin in your <code>wp-content/plugins/</code> directory or equivalent.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
This plugin requires having <a href="https://wordpress.org/plugins/json-rest-api/">WP API</a> installed and activated or it won't be of any use. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin requires having <a href="https://wordpress.org/plugins/json-rest-api/">WP API</a> installed and activated or it won't be of any use.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
In V2 the routes by default are at <code>wp-json/wp-api-menus/v2/</code> (e.g. <code>wp-json/wp-api-menus/v2/menus/</code>, etc.) since V2 encourages prefixing and version namespacing. | You have to log in to add a translation. | Details | |
Original untranslated
In V2 the routes by default are at <code>wp-json/wp-api-menus/v2/</code> (e.g. <code>wp-json/wp-api-menus/v2/menus/</code>, etc.) since V2 encourages prefixing and version namespacing.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
In V1 the routes are located by default at <code>wp-json/menus/</code> etc. | You have to log in to add a translation. | Details | |
Original untranslated
In V1 the routes are located by default at <code>wp-json/menus/</code> etc.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>An important note on WP API V2:</strong> | You have to log in to add a translation. | Details | |
Original untranslated
<strong>An important note on WP API V2:</strong>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
You can alter the data arrangement of each individual menu items and children using the filter hook <code>json_menus_format_menu_item</code>. | You have to log in to add a translation. | Details | |
Original untranslated
You can alter the data arrangement of each individual menu items and children using the filter hook <code>json_menus_format_menu_item</code>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Currently, the <code>menu-locations/<location></code> 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 <code>menus/<id></code> 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 have to log in to add a translation. | Details | |
Original untranslated
Currently, the <code>menu-locations/<location></code> 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 <code>menus/<id></code> 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.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
The new routes available will be: | You have to log in to add a translation. | Details | |
Original untranslated
The new routes available will be:
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.