Hi, I have custom capabilities defined in a plugin when the post type is being registered. WordPress recognizes the post type as normal, but the custom capabilities are not listed in the URE pro list of capabilities.
Capabilities are mapped in the usual way, i.e.
‘edit_post’ => ‘edit_mycpt’, etc.
Have tried capability type of post and ”.
The plugin does not create any menus/submenus in the admin other than the standard ones for custom post types, taxonomies, etc.
Is there a way to detect custom capabilities without having to add them one by one?
Thanks!