Action hook for user-new.php
-
Hey there
I’m looking to add some new fields onto the User Registration screen so that when I add new WP users, I can put some more info. I can’t seem to find out how to do this … heres what I’ve tried:
add_action(‘register_form’, ‘newFields’);
add_action(‘show_user_profile’, ‘newFields’);
add_action(‘edit_user_profile’, ‘newFields’);and I would have thought that the register_form should work, but it doesnt do antyhing?
Any thoughts et much appreciated.
Thanks
Nick
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Action hook for user-new.php’ is closed to new replies.