do_action( 'groups_unban_member', int $group_id, int $user_id )

Fires before the unbanning of a member from a group.


Parameters Parameters

$group_id

(int) ID of the group being unbanned from.

$user_id

(int) ID of the user being unbanned.


Source Source

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

View on Trac



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.