Add Capabilities to Custom Post Type after it has been created [duplicate]

Irrespective of the plugin you use > each plugin will give you an option to save / view the PHP code generated for the custom post type. This code will also include the capabilities added and generated by the plugin. All you need to do is copy this code into your functions.php and before that disable the plugin. So the custom post type stays and now you can play around with the code / capabilities of the custom post type.

Leave a Comment