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' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 This function has been deprecated.
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.