Ryan McCue

Results 402 comments of Ryan McCue

Right now, only the bare basics exist, but we should add this.

Could we offload this to the post type registration `labels`?

This isn't possible currently, and I don't think it's possible in the API, as the functionality that turns a permalink into a query is contained in `WP` (the class), which...

@MarkehMe In this case, the featuredmedia link has the `embeddable` flag, which indicates you can get it back in the same request. When you send the request, include `?_embed` (i.e....

The reason we picked ID in the first place is because the combination of `parent_id, key` is not unique. WP allows multiple values with the same key on a single...

> Are you saying that in WP I can have 2 entries under user for the key "abc"? If so then that make sense why you are using id... That's...

The issue is with updating/deleting meta. Does `DELETE /posts/42/meta/some_key` mean delete all meta values with that key, or just one? What does `GET` return if there's multiple values?

Coverage is now at 100%, ready for review I think!

Can this be done in CSS rather than in JS? Given that we're controlling CSS behaviour, moving it there would be better. I assume there must be a good reason...

n.b. we need to allow links to any URL, so maybe we should just check if it's a valid URI, and call `_doing_it_wrong` if not?