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
- $meta
-
Signup meta data. Default empty array.
- $user
-
The user's requested login name.
- $user_email
-
The user's email address.
- $key
-
The user's activation key.
Source
Changelog
Version | Description |
---|---|
WP-4.8.0 | Introduced. |