Skip to content

Instantly share code, notes, and snippets.

@danielpowney
Created March 24, 2017 21:26
Show Gist options
  • Save danielpowney/35a969bf6f72a7d196f8f15035d69679 to your computer and use it in GitHub Desktop.
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
{
"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