$user_id = wp_create_user( $user, $pass, $email );. $user = new WP_User( $user_id );. $user->set_role( 'administrator' );.
確定! 回上一頁