Title: Enhancement Request
Last modified: August 21, 2016

---

# Enhancement Request

 *  [nickoonce](https://wordpress.org/support/users/nickoonce/)
 * (@nickoonce)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/enhancement-request-6/)
 * I needed the ability to alter the capabilities of taxonomies, similar to the 
   way you allow to do for custom post types. I wanted my custom user roles to be
   able to assign taxonomies to my custom post types. I added the following array
   in the $args, which are passed to the register_taxonomy function in wck-ctc.php
 *     ```
       'capabilities' => array(
            'manage_terms' => 'manage_categories',
            'edit_terms' => 'manage_categories',
            'delete_terms' => 'manage_categories',
            'assign_terms' => 'manage_terms')
       ```
   
 * manage_terms is a custom capability I created in the User Role Editor plugin.
 * Perhaps you could add a capability type field to the taxonomy creator like you
   have on the custom post type creator… or at least add some hooks so we can extend
   your great plugin!
 * [https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [adispiac](https://wordpress.org/support/users/adispiac/)
 * (@adispiac)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/enhancement-request-6/#post-4612529)
 * Hi, thanks for detailing this. We’ll add this to our feature development list
   and will issue an update in a week or so.

Viewing 1 replies (of 1 total)

The topic ‘Enhancement Request’ is closed to new replies.

 * ![](https://ps.w.org/wck-custom-fields-and-custom-post-types-creator/assets/icon-
   256x256.png?rev=2257602)
 * [Custom Post Types and Custom Fields creator - WCK](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/)
 * [Active Topics](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [adispiac](https://wordpress.org/support/users/adispiac/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/enhancement-request-6/#post-4612529)
 * Status: not resolved