This function has been deprecated.

bp_get_participant_role()

The participant role for registered users without roles.

Description

This is primarily for multisite compatibility when users without roles on sites that have global communities enabled.

Source

File: bp-core/bp-core-caps.php

function bp_get_participant_role() {
	_doing_it_wrong( 'bp_get_participant_role', __( 'Special community roles no longer exist. Use mapped capabilities instead', 'buddyboss' ), '1.7' );
}

Changelog

Changelog
Version Description
BuddyPress 1.6.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.