Skip to content

Commit

Permalink
WCPT: Let meetup wranglers modify tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Nov 27, 2023
1 parent 30c50e0 commit 2efb504
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ public function register_meetup_taxonomy() {
'meetup_tags',
Meetup_Application::POST_TYPE,
array(
'capabilities' => array(
'manage_terms' => 'wordcamp_wrangle_meetups',
'edit_terms' => 'wordcamp_wrangle_meetups',
'delete_terms' => 'manage_network',
'assign_terms' => 'wordcamp_wrangle_meetups',
),
'hierarchical' => true,
'labels' => array(
'name' => __( 'Meetup Tags' ),
Expand Down

0 comments on commit 2efb504

Please sign in to comment.