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

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


Parameters Parameters

$group_id

(int) ID of the group being promoted in.

$user_id

(int) ID of the user being promoted.

$status

(string) New status being promoted to.


Source Source

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

View on Trac



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.