2014-09-04 94 views

回答

10

找到一個快速的方法來做到這一點:

$user = get_user_by('email', '[email protected]'); 
$userId = $user->ID; 
相關問題