Tips, tutorials, and useful resources on web development, web hosting, Ecommerce, SEO, and other information for bloggers and webmasters.
$user_data = array( 'ID' => $userid, 'user_login' => $loginName, 'first_name' => $firstName, 'last_name' => $lastName, 'user_email' => $email ); echo wp_update_user( $user_data ) ;
No comments:
Post a Comment