Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: signup_extra_fields

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
277           echo '<p class="error">' . $errmsg . '</p>';
278      }
279      /**
280       * Fires at the end of the new user account registration form.
281       *
282       * @since 3.0.0
283       *
284       * @param WP_Error $errors A WP_Error object containing 'user_name' or 'user_email' errors.
285       */
286      do_action( 'signup_extra_fields', $errors );
287 }
288
289 /**
290  * Validate user signup name and email
291  *
292  * @since MU (3.0.0)
293  *
294  * @return array Contains username, email, and error messages.
295  */