bbp_get_default_role

bbp_get_default_role

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_default_role') is found 1 times:

  • /includes/core/options.php line 535
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    */
    function bbp_get_default_role( $default = 'bbp_participant' ) {
     
        // Filter & return
        return apply_filters( 'bbp_get_default_role', get_option( '_bbp_default_role', $default ) );
    }
     
    /**
     * Use the WordPress editor if available
     *
     * @since 2.0.0 bbPress (r3386)