$row = mysql_fetch_array($auth); $uid = $row['ID']; $status = false; $auth = wp_authenticate($uid, $pass ); if( is_wp_error( $auth ) ...
確定! 回上一頁