• If there are multiple custom fields with the same field name, only one will show in the REST API. For example, let’s say I’ve got a post with the following:

    • <b>fruit_name</b>: apple
    • <b>fruit_name</b>: pear
    • <b>fruit_name</b>: orange

      The API will then return:

      `fruit_name: “apple”

      and completely omit pear and orange.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug: Does not show multiple fields of same name’ is closed to new replies.