The ability to show content in REST API but disable front end single view #644
nevinlaughlin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the settings, I would like the option to enable content to be public for either in REST API or GraphQL (which is currently there), but not have the single view enabled. So, when the post type is registered have
show_in_rest => true
andpublicly_queryable => false
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions