stuttter / wp-user-groups

Group users together with taxonomies & terms
https://wordpress.org/plugins/wp-user-groups/
GNU General Public License v2.0
48 stars 22 forks source link

The Groups tab should be hidden if there are no groups registered #31

Open johnbillion opened 3 years ago

johnbillion commented 3 years ago

We're using WP User Profiles along with WP User Groups on Multisite.

If there are no groups registered for a site then the Groups tab still shows up but it's empty. Ideally it should only be registered if there are groups to show in it.

johnbillion commented 3 years ago

Fixed this locally by using the wp_user_groups_add_profile_section filter and unsetting the groups section.