Warning: This function has been deprecated. bbPress (r4164) instead.
bbp_add_roles()
Adds bbPress-specific user roles.
Description Description
Source Source
File: includes/core/capabilities.php
function bbp_add_roles() {
_doing_it_wrong( 'bbp_add_roles', esc_html__( 'Editable forum roles no longer exist.', 'bbpress' ), '2.2' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.2.0 | bbPress (r4164) |
| 2.0.0 | Introduced. |