• I see the endpoint is /wp-json/acf/v3/options/{id} , but I can’t seem to load any values there. Is {id} meant to be the ID of the ACF field group? I can load an endpoint using that number (or any number…) but the values are empty. Otherwise I’m not sure how to obtain an ID for the actual admin options screen. I’m sure this is something obvious, any pointers would be very welcome.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DCuserName

    (@dcusername)

    For anyone else struggling with this, I found a stackoverflow page from 2017 that shows this as the solutions:

    /wp-json/acf/v3/options/options

    It works! This seems odd though, maybe worth adding a note in the documentation, or revisit the implementation? If there’s a good reason for this apparent redundancy I’d love to know though, so that I understand why it works like this.

    Thanks!

    Omg you safe my life!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ACF Options field values?’ is closed to new replies.