Can’t see Custom Post Type permissions
-
I’m looking to create a custom user role that is (only) granted permission to create/edit/delete a Custom Post Type (CPT), programmatically added in my theme’s function.php.
Now I would assume to find the permissions associated with my CPT under ‘Members > Add New Role > {My-CPT-Name}‘, analogous to Posts, Pages, Media etc. It is however not listed among the tabs on the left-hand side.
What am I be missing here? Perhaps some required option in register_post_type(), or am I simply looking in the wrong place / for the wrong thing?
Otherwise my CPT works as it’s supposed to within WP admin, and can be queried by my React app via WPGraphQL without issues.
Thank you!
- The topic ‘Can’t see Custom Post Type permissions’ is closed to new replies.