'supports' => array('title', 'editor', 'thumbnail', 'author'),
'has_archive' => true,
'menu_icon' => 'dashicons-products',
- 'capability_type' => 'post',
+ 'capability_type' => 'glmcoupon',
+ 'capabilities' => array(
+ 'edit_post' => 'edit_glmcoupon',
+ 'edit_posts' => 'edit_glmcoupons',
+ 'edit_others_posts' => 'edit_others_glmcoupons',
+ 'publish_posts' => 'publish_glmcoupons',
+ 'read_private_posts' => 'read_private_glmcoupons',
+ 'delete_post' => 'delete_glmcoupon',
+ 'read_post' => 'read_glmcoupon'
+ ),
+ 'map_meta_cap' => true,
'hierarchical' => false,
- 'rewrite' => array('slug' => 'coupons'),
+ 'rewrite' => array('slug' => 'glmcoupons'),
'taxonomies' => array(GLM_COUPON_TAX_CATEGORIES),
'show_in_menu' => true,
'show_ui' => true,
'query_var' => GLM_COUPON_TAX_CATEGORIES,
'rewrite' => array('slug' => GLM_COUPON_TAX_CATEGORIES),
'show_admin_column' => true,
- '_builtin' => true
+ '_builtin' => true,
+ 'capabilities' => array(
+ 'manage_terms' => 'manage_glmcouponterms',
+ 'edit_terms' => 'manage_glmcouponterms',
+ 'delete_terms' => 'manage_glmcouponterms',
+ 'assign_terms' => 'manage_glmcouponterms'
+ )
));
}