bbp_get_blocked_role()
The blocked role is for registered users that cannot spectate or participate
Description Description
Return Return
(string)
Source Source
File: includes/core/capabilities.php
function bbp_get_blocked_role() { // Filter & return return apply_filters( 'bbp_get_blocked_role', 'bbp_blocked' ); }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |