We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8417c0 commit 4448dc2Copy full SHA for 4448dc2
README.md
@@ -6,7 +6,7 @@ Get all menus:
6
7
GET /menus/v1/menus
8
9
-Get menus data from slug:
+Get menus data from slug or ID:
10
11
GET /menus/v1/menus/{slug}
12
@@ -16,4 +16,7 @@ Get all locations:
16
17
Get menus data from location's slug
18
19
- GET /menus/v1/locations/{slug}
+ GET /menus/v1/locations/{slug}
20
+
21
+## Compatibility
22
+Compatible with ACF menu's custom attributes and menu item's custom attributes.
0 commit comments