Changeset 1361853
- Timestamp:
- 03/01/2016 03:22:37 PM (10 years ago)
- File:
-
- 1 edited
-
wp-rest-api-v2-menus/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-rest-api-v2-menus/trunk/readme.txt
r1361836 r1361853 12 12 == Description == 13 13 14 Adding menus endpoints on WP REST API v2 14 This plugin extends the [WordPress REST API (Version 2)](https://wordpress.org/plugins/rest-api/) with new routes for WordPress registered menus. 15 16 The new routes available will be: 17 18 * `/menus/v1/menus` list of every registered menu. 19 * `/menus/v1/menus/<slug>` data for a specific menu. 15 20 16 21 == Installation == … … 18 23 1. Upload the plugin files to the `/wp-content/plugins/wp-rest-api-v2-menus` directory, or install the plugin through the WordPress plugins screen directly. 19 24 2. Activate the plugin through the 'Plugins' screen in WordPress 25 26 27 == Frequently Asked Questions == 28 29 = Is this an official extension of WP API? = 30 31 There's no such thing. 32 33 = Can I contribute to the project? = 34 35 Of course! This is the GitHub Repository https://github.com/thebatclaudio/wp-rest-api-v2-menus 36 37 == Screenshots == 38 39 Nothing to show. This plugin has no settings or frontend, it just extends WP API with new routes.
Note: See TracChangeset
for help on using the changeset viewer.