Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: user_register

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
2545           /**
2546            * Fires immediately after a new user is registered.
2547            *
2548            * @since 1.5.0
2549            * @since 5.8.0 The `$userdata` parameter was added.
2550            *
2551            * @param int   $user_id  User ID.
2552            * @param array $userdata The raw array of data passed to wp_insert_user().
2553            */
2554           do_action( 'user_register', $user_id, $userdata );
2555      }
2556
2557      return $user_id;
2558 }
2559
2560 /**
2561  * Updates a user in the database.
2562  *
2563  * It is possible to update a user's password by specifying the 'user_pass'