Show group information
This shortcode takes the following attributes to show information about a group:
group: (required) the group ID or nameshow: (required) what to show, accepted values are:name,description,count,userssingle: (optional) used whenshow="count"and there is 1 member in the groupplural: (optional) used whenshow="count"and there is more than 1 member in the group, must contain %d to show the number of members
Examples:
[groups_group_info group="Registered" show="count"]There [groups_group_info group="1" show="count" single="is one member" plural="are %d members"] in the [groups_group_info group="1" show="name"] group.
