I´m synching users between a couple of systems and need to know all the hooks for when a user is created, edited or deleted.
Any help would be highly appreciated.
Cristian
I´m synching users between a couple of systems and need to know all the hooks for when a user is created, edited or deleted.
Any help would be highly appreciated.
Cristian
need to know ..
http://codex.wordpress.org/Plugin_API/Action_Reference
http://adambrown.info/p/wp_hooks
have at it.
whooami thnx for the link, the situation is that I´ve found several hooks regarding screens or specific user actions but are not directly connected to the actual editing of the user in the database, thus if I use them all there´s a risk that I may modify (or add or try o delete) twice a user in the second system
the actual question should be:
I need to know the hooks that are just before a user is created, edited or deleted in the database
All help would be appreciated
I referred you to the same information that anyone else is going to use in answering your question, changed or not. You can surely read through that info as easily as anyone else.
If you need more than that, I suggest opening up some files and looking at how things are done, specifically take a look at wp-login.php
Furthermore, you tagged this with mu, this isnt the support forum for wordpress MU, and it's hooks are different. You would do better asking for this on their forums, if in fact, that is what you are using.
This topic has been closed to new replies.