Support » Plugin: WP REST API Controller » JS client support / How to include in the JS client?

  • Resolved eddr

    (@eddr)


    Hi

    I’m playing with this nice plugin. Indeed, the meta fields are exposed nicely, but it seems that changes are not saved to the database (unlike the default fields). The request includes the new value, but the response and the database show the original value

    I’m not entirely understand the WP backbone/rest implementation, so I guess I might be missing something

    Thanks

    https://wordpress.org/plugins/wp-rest-api-controller/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Eddr,

    I just pushed out an update that fixed a minor issue where all the meta fields were showing the same value. The meta fields should now show the proper values.

    When you say changes aren’t saved in the database, are you referring to the names of the fields or the field values themselves? Are you referring to changes on the settings page?

    Thanks,
    Evan

    Thread Starter eddr

    (@eddr)

    Hi Evan, I appreciates your concern
    I forgot about this question..

    Anyway, I meant the values themselves. Since then I realized the saving part is not implemented and I implemented it for ACF, but also didn’t continue with the REST API thing, because it is not mature enough – another round or two, it would be great

    Plugin Author Evan Herman

    (@eherman24)

    No problem at all – thanks for keeping us in the loop. As the REST API matures a bit, we’ll continue to build out and explore additional possibilities for this plugin.

    All of the actual meta data saving and such is handled by the plugin, theme or code that you’ve written. This plugin will expose the post type and associated meta data to the REST API, as well as allow you to customize the end point.

    Thanks again!
    Evan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘JS client support / How to include in the JS client?’ is closed to new replies.