bbp_validate_signup_role
bbp_validate_signup_role
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_validate_signup_role') is found 1 times:
- /includes/users/signups.php line 223219220221222223224225226227228229
$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