John Blackbourn
John Blackbourn
That will still trigger the error in the situation where none of the sessions contain the field. The problem is that user sessions don't have the concept of meta data...
Idea that addresses 1 and 2: Trigger a warning instead of erroring.
It is unusual (or not?) that WP core doesn't validate the role, but I think there's value in doing so in WP-CLI. +1 for accepting the role but triggering a...
I think it might have been Mo who mentioned a similar thing. The original plan was to show the tweetee's avatar, but that wouldn't necessarily be any more useful, especially...
We could achieve this by allowing each service to specify a regex pattern that will match its inserted content. Then when the tab for that service is selected, we'll run...
Sorry chaps I meant to reply to this ticket. There is a 'media' item in the 'entities' object for each tweet if a tweet contains media such as image or...
Of note: https://github.com/Automattic/media-explorer/pull/54
@simonwheatley pointed out that we could do this in a modal window that calls the oembed endpoint for the item. That way we could add support to the core plugin...
Thanks for the report. How should these be documented? It's a dynamic hook added by other plugins.
Ah I see what you mean. While that would be useful it would require a whole different parser to detect and extract these. PRs welcome!