• Resolved Gustav

    (@4ever16)


    When people registers on my site this codes runs.

    $wpUserName = 		$wpsapProfile['steam_personaname'];
    $wpUserMail = 		$wpsapProfile['steam_steamid'].'@steam.com';
    $wpUserPassword = 	wp_generate_password(12, true);
    $wpUserId = 		wp_create_user( $wpUserName, $wpUserPassword, $wpUserMail );

    Im wondering how can make so this code inserts in users decription/biography.
    $wpUserName = $wpsapProfile['steam_personaname'];

    Not working example.

    
    $wpDescription/biography = 		$wpsapProfile['steam_personaname'];
    $wpUserName = 		$wpsapProfile['steam_personaname'];
    $wpUserMail = 		$wpsapProfile['steam_steamid'].'@steam.com';
    $wpUserPassword = 	wp_generate_password(12, true);
    $wpUserId = 		wp_create_user( $wpUserName, $wpUserPassword, $wpUserMail );
    
    • This topic was modified 6 years, 5 months ago by Gustav.
    • This topic was modified 6 years, 5 months ago by Gustav.
    • This topic was modified 6 years, 5 months ago by Gustav.
    • This topic was modified 6 years, 5 months ago by Gustav.
Viewing 16 replies (of 16 total)
  • Thread Starter Gustav

    (@4ever16)

    I solved it somehow.
    I just tested and tested and tested and i solved it.
    Thanks for the help.

    #14 answer helped me out alot.

Viewing 16 replies (of 16 total)
  • The topic ‘Insert data into biography when auto registering’ is closed to new replies.