Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WCPT: Let meetup wranglers modify tags
Browse files Browse the repository at this point in the history
iandunn committed Nov 27, 2023
1 parent 30c50e0 commit da9aa08
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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' ),

0 comments on commit da9aa08

Please sign in to comment.