BuddyPress Groups avatar & cover endpoints for JSON API User Plus via REST calls

Four new endpoints have been added in the JSON API User Plus plugin for BuddyPress Groups component REST JSON API groups_get_avatar, groups_upload_avatar, groups_get_cover, groups_upload_cover. These endpoints have added missing features for the BuddyPress Groups component via REST API and now Groups endpoints can be used for mobile app to manage avatars and cover. Both Update…

BuddyPress Groups endpoints to invite users to join group for JSON API User Plus WordPress Plugin

Three new endpoints have been added in the JSON API User Plus plugin for BuddyPress Groups component to allow user to request membership of group, send user invitation to join BP group and oen admin endpoint to send multiple user group joining invite like whatsapp. These are the three new endpoints: groups_send_membership_request groups_invite_user groups_invite_users_admin 1. groups_send_membership_request Create a…