Sorry for my English. I need your help, if anyone has the time. I would need code to add a category upon new user account and create it in the user's name. thanks a lot for your help
I've searched a bit for information but it's beyond my skills.
add_action('user_register', 'create_taxonomy_name_user'); function create_taxonomy_name_user( $user_id ) { }
Add the function in your active theme functions.php file.