signup_user_meta WordPress Filter Hook

The signup_user_meta hook is used to add extra user fields to the user registration form. This hook is called when the user registration form is displayed.

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.


Top ↑

Parameters

$meta

(array)Signup meta data. Default empty array.

$user

(string)The user's requested login name.

$user_email

(string)The user's email address.

$key

(string)The user's activation key.


Top ↑

Source

File: wp-includes/ms-functions.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More