Changeset 7361 for trunk/src/includes/users/signups.php
- Timestamp:
- 11/16/2025 11:04:14 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/signups.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/signups.php
r7098 r7361 234 234 } 235 235 236 // Filter & return 236 /** 237 * Filters the validated signup role. 238 * 239 * @since 2.6.5 240 * 241 * @param string $retval The valid role ID if validation passes; otherwise, an empty string. 242 * @param string $to_validate The role ID that was validated. 243 */ 237 244 return (string) apply_filters( 'bbp_validate_signup_role', $retval, $to_validate ); 238 245 }
Note: See TracChangeset
for help on using the changeset viewer.