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.


Top ↑

Source Source

File: bp-groups/bp-groups-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.