add_action('user_register','my_function'); function my_function($user_id){ $user_info = get_userdata($user_id);
確定! 回上一頁