You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2018. It is now read-only.
Given two posts, A (public) and B (private), core currently lets a user assign a featured image to A which has been uploaded to B. However, the REST API's permissions model is such that the featured image can't be queried unless B is public. A unauthenticated client expects to be able to query a featured image assigned to a published post, regardless of which post it was uploaded to.