bbp_validate_signup_role

bbp_validate_signup_role

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_validate_signup_role') is found 1 times:

  • /includes/users/signups.php line 223
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
            $retval = $to_validate;
        }
     
        // Filter & return
        return (string) apply_filters( 'bbp_validate_signup_role', $retval, $to_validate );
    }
     
    /**
     * Validate the Forum role during the registration process
     *
     * @since 2.6.5