ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • show_user_form
  • signup_extra_fields

do_action( 'signup_extra_fields', WP_Error $errors )

Fires at the end of the new user account registration form.


Parameters

$errors

A WP_Error object containing 'user_name' or 'user_email' errors.


Source

File: wp-signup.php

View on GitHub


Related

Used By

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

Displays the fields for the new user account registration form.


Changelog

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