[wp-hackers] Creating / Inserting into Table named after WP Username

Nicholas Ciske nl at thoughtrefinery.com
Mon Aug 26 18:55:13 UTC 2013


Ah, you want the hooks related to this... here are the big ones:

New user added to system:
http://codex.wordpress.org/Plugin_API/Action_Reference/user_register

If you want to show something on the user profile page (e.g. the history you mentioned):
show_user_profile

See also:
These hooks relate to users being edited/updated/deleted.

profile_update

edit_user_profile

delete_user

_________________________
Nick Ciske
http://thoughtrefinery.com/
@nciske	

On Aug 26, 2013, at 1:48 PM, Gregory Lancaster wrote:

> i appreiate the feedback.  The issue I am obviously explaining very poorly
> is that I do not understand how to copy the wordpress ->wp_users ->ID field
> into a separate database.  Someone had mentioned hooking into the register
> new user code so everytime someone registers new it creates a new table or
> row whatever in a sep database with a matching user id.  That is what I am
> unclear on how to do.
> 



More information about the wp-hackers mailing list