Created
March 24, 2017 21:26
-
-
Save danielpowney/35a969bf6f72a7d196f8f15035d69679 to your computer and use it in GitHub Desktop.
custom-fields REST API route endpoint e.g. https://<website>/wp-json/mrp/v1/custom-fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1":{ | |
"custom_field_id":1, | |
"label":"Sample custom field", | |
"max_length":255, | |
"type":"input", | |
"placeholder":"" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment