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.
We have a variety of protected controller methods. Once we release WP-API to the wild, we're committing to keeping those methods around forever.
Before we do, we should some methods as private so they aren't subclassed, and abstract others out to dedicated functions so they can be used without controllers. check_is_post_type_allowed() is one candidate.