do_action( 'groups_promote_member', int $group_id, int $user_id, string $status )

Fires before the promotion of a user to a new status.


Description Description


Parameters Parameters

$group_id

ID of the group being promoted in.

$user_id

ID of the user being promoted.

$status

New status being promoted to.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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