On this page
apply_filters( 'signup_user_meta', array $meta, string $user, string $user_email, string $key )
Filters the metadata for a user signup.
Description
The metadata will be serialized prior to storing it in the database.
Parameters
$metaarray-
Signup meta data. Default empty array.
$userstring-
The user's requested login name.
$user_emailstring-
The user's email address.
$keystring-
The user's activation key.
Source
File: wp-includes/ms-functions.php. View all references
$meta = apply_filters( 'signup_user_meta', $meta, $user, $user_email, $key );
Related
Used By
| Used By | Description |
|---|---|
| wpmu_signup_user() wp-includes/ms-functions.php | Records user signup information for future activation. |
Changelog
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/signup_user_meta