bbp_validate_signup_role
bbp_validate_signup_role
Appears in: bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.13, bbpress.2.6.14, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
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 223
$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