Warning: This function has been deprecated.
bp_get_moderator_role()
The moderator role for BuddyPress users.
Description Description
Source Source
File: bp-core/bp-core-caps.php
function bp_get_moderator_role() { _doing_it_wrong( 'bp_get_moderator_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. |