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
$meta = apply_filters( 'signup_user_meta', $meta, $user, $user_email, $key );
Changelog
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.