wpseek.com
A WordPress-centric search engine for devs and theme authors



register_new_user › WordPress Action Hooks

Since4.4.0
Deprecatedn/a
do_action( 'register_new_user', $user_id )
Parameters:
  • (int) $user_id ID of the newly registered user.
    Required: Yes
Defined at:
Codex:

Fires after a new user registration has been recorded.





Source

do_action( 'register_new_user', $user_id );