Warning: This function has been deprecated.
bp_get_participant_role()
The participant role for registered users without roles.
Description Description
This is primarily for multisite compatibility when users without roles on sites that have global communities enabled.
Source 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', 'buddypress' ), '1.7' ); }
Changelog Changelog
Version | Description |
---|---|
1.7.0 | This function has been deprecated. |
1.6.0 | Introduced. |