group_member_unbanned

group_member_unbanned

Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.3.4

do_action('group_member_unbanned') is found 1 times:

  • /bp-groups/bp-groups-functions.php line 2221
    2217
    2218
    2219
    2220
    2221
    2222
    2223
    2224
    2225
    2226
         *
         * @param int $user_id  ID of the user being unbanned.
         * @param int $group_id ID of the group being unbanned from.
         */
        do_action( 'group_member_unbanned', $user_id, $group_id );
     
        return true;
    }
     
    /** Group Removal *************************************************************/