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

An array of default user variables.<br>

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


Source

File: wp-signup.php

View on GitHub


Related

Used By

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

Shows a form for a visitor to sign up for a new user account.


Changelog

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