bbp_get_spectator_role()
The spectator role is for registered users without any capabilities
Description Description
Return Return
(string)
Source Source
File: includes/core/capabilities.php
function bbp_get_spectator_role() { // Filter & return return apply_filters( 'bbp_get_spectator_role', 'bbp_spectator' ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |