Kyle Benk
Kyle Benk
@mboynes Just an FYI that I will be taking this PR over from Sean. If you have any more feedback please let me know :)
I already created a PR https://github.com/WP-API/wp-api-meta-endpoints/pull/3 for the users endpoints and I will be doing the same thing for the comments and terms endpoints as well :)
@danielbachhuber The last endpoint is waiting to be merged. Have a look and let me know what you think about it :)
I agree that we should add functionality to enable this endpoint `.../wp-json/wp/v2/posts/1/meta?key=test_key`. Although I there could be some security risk that I am just not seeing but I think this...
@fjarrett this is ready to merge :)
I am thinking through a better way to handle this, so I will put this PR on hold for now.
I moved all `get` and `update` logic to the root context class since it provides better functions for gathering data like `load()` as opposed to a child class, like the...
@dlh01 > Not honoring 'serialize_data' => false seems potentially problematic. On the other hand, given that the data isn't being represented as meta on the resource, maybe it's no big...
@dlh01 > Sorry, let me clarify: A group with 'serialize_data' => false with two children will save two prefixed rows to post meta, but will be returned by the REST...
phpcs errors are being fixed in this PR #99 Once that is merged in we can update this PR