Tagged Questions
0
votes
1answer
108 views
How to get the password and username of the add new user form (admin back end) in wordpress
I am trying to get the username and password that entered by the wordpress admin in the add new user screen to use those into creating a webmail account using cpanel api.
How to do that? is there is ...
2
votes
1answer
189 views
Post-Registration, post-meta hook?
Is there a hook in WP to access meta data of a user JUST after they have registered and meta data has been added to the database?
I was reading to use profile_update, but wouldn't that be invoked ...