hello everyone
how can i apply this:
trigger:
User requests to join a private group (specific one. not any private group)
action:
send him an email that sais – Send us a reference that you belong to this profession groupI’m trying to find a way to let the user know what the entry conditions are for a particular private group. How can this be done?
it sound so basic i but i cant find such a soultion,
do you have any?Hi,
Thank you for the question.Here is the action fired on private group membership request.
do_action( 'groups_membership_requested', $user_id, $admins, $group_id, $request_id );
You can hook to the action ‘groups_membership_requested’ and check for the 3rd parameter, which is the group id.
Regards
Brajesh
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved