do_action( 'groups_membership_requested', int $requesting_user_id , array $admins , int $group_id , int $request_id )
Fires after the creation of a new membership request.
Description Description
Parameters Parameters
- $requesting_user_id
-
ID of the user requesting membership.
- $admins
-
Array of group admins.
- $group_id
-
ID of the group being requested to.
- $request_id
-
ID of the request.
Source Source
File: bp-groups/bp-groups-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |