bbp_get_spectator_role

bbp_get_spectator_role

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_spectator_role') is found 1 times:

  • /includes/core/capabilities.php line 477
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    */
    function bbp_get_spectator_role() {
     
        // Filter & return
        return apply_filters( 'bbp_get_spectator_role', 'bbp_spectator' );
    }
     
    /**
     * The blocked role is for registered users that cannot spectate or participate
     *
     * @since 2.2.0 bbPress (r4284)