#18550 closed enhancement (duplicate)
Add args to signup_finished action
Reported by: | rabino | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | |
Focuses: | Cc: |
Description
In wp-signup.php there are 2 calls to do_action( 'signup_finished' );
1) When an user sings up.
2) When a new user sing up and a new site (in Multisite) is created.
It'd be good to have a way to diferenciare this differente scenarios. Also, it'd be good to have the registered user info passed to this action.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related: #17948