I have a question regarding how Types works and how it will impact Access (or user roles).
I am creating several types of CPTs and taxonomies and I would like to know if when I create these new items, if they are also created their proper capabilities to link the roles of users.
Example:
Natively for standard posts there are these user capabilities: edit_posts, edit_private_posts, delete_posts.
If I create a new CPT called "cars", the capabilities should exist: edit_cars, edit_private_cars, delete_cars.
As with taxonomies, the logic is the same.
My question is: when I create CPTs and taxonomies, are these capabilities created automatically or not? Is it possible to add these capabilities through the Types plugin? or how to do this via code?
I ask why I can't find this inside the Access plugin or another plugin (User Role Editor) and I need this to be able to control users' access to the appropriate areas within the content manager.
Without these correctly configured capabilities, I am unable to create accesses properly within user roles (especially when we need to use another plugin to control user roles, in the case of User Role Editor Pro, which has several extra access control functions).