ClassicPress logo
Skip to content
Filter by type:
Browse: Home / Functions / signup_user / signup_user_init

apply_filters( 'signup_user_init', array $signup_user_defaults )

Filters the default user variables used on the user sign-up form.


Parameters

$signup_user_defaults

(array) An array of default user variables.

  • 'user_name'
    (string) The user username.
  • 'user_email'
    (string) The user email address.
  • 'errors'
    (WP_Error) A WP_Error object with possible errors relevant to the sign-up user.


Source

File: wp-signup.php

View on GitHub


Related

Used By

Used By
Used By Description
wp-signup.php: signup_user()

Setup the new user signup process


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy