[wp-testers] register_post action

Jennifer Hodgdon yahgrp at poplarware.com
Thu May 17 22:42:25 GMT 2007


Matthew Robinson wrote:
> I've found that the register_post action is called _before_ a user_id is 
> created. No while I can see the sense in this how can I manipulate the 
> registration process using the users id with this hook so I can enter 
> some values into the usermeta table?

Try the 'user_register' action hook instead. Input argument is the new 
user_id that was just created, and the action is called whenever a new 
user is created.

     Jennifer


More information about the wp-testers mailing list