$user = wp_authenticate($username, $password);. $user will have all the WP user information, var_dump($user) to take a look at how it's arranged ...
確定! 回上一頁