[wp-trac] [WordPress Trac] #12705: Suggest add new filter to wp_insert_user()
WordPress Trac
noreply at wordpress.org
Sat Aug 17 12:03:20 UTC 2013
#12705: Suggest add new filter to wp_insert_user()
-----------------------------+-----------------------------
Reporter: nkucyd@… | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone: Future Release
Component: Users | Version:
Severity: normal | Resolution: invalid
Keywords: |
-----------------------------+-----------------------------
Changes (by avryl):
* status: new => closed
* resolution: => invalid
Comment:
You could use the `register_post` or `registration_errors` hooks,
depending on what you want to do.
If you want to add/change/delete data after the user is successfully
registered, you could use `user_register`, but this will run whenever a
new user is added to the database, not just when a user registers through
the registration form.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12705#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list