bp_group_member_promote_mod_link( array|string $args = '' )

Output a URL for promoting a user to moderator.

Description

Parameters

$args

(array|string) (Optional) See bp_get_group_member_promote_mod_link().

Default value: ''

Source

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

function bp_group_member_promote_mod_link( $args = '' ) {
	echo bp_get_group_member_promote_mod_link( $args );
}

Changelog

Changelog
Version Description
BuddyPress 1.1.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.