Opened 8 years ago
Closed 8 years ago
#38582 closed defect (bug) (fixed)
REST API: Support password-protected posts for types other than 'post'
Reported by: | jnylen0 | Owned by: | rmccue |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | REST API | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
From https://github.com/WP-API/WP-API/pull/2720:
Post Types other than
post
no longer have support (or the property) forpassword
.
Why is this only supported for post
? In my testing, it works for pages and custom post types as well. Unless there is a good reason not to, we should support this equally for all post types.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 39047: