function handle_fan_login() { if (!defined('DOING_AJAX') || !DOING_AJAX) { wp_die('Invalid access.'); } if (session_status() === PHP_SESSION_NONE) { session_start(); } $nickname = sanitize_user(trim($_POST['nickname'] ?? '')); $pin = sanitize_text_field(trim($_POST['pin'] ?? '')); error_log("🔍 Trying to log in with nickname: $nickname"); if (empty($nickname) || empty($pin)) { error_log("❌ Missing fields: Nickname or PIN"); wp_send_json_error('Please enter both nickname and PIN.'); } $user = get_user_by('login', $nickname); if (!$user) { error_log("❌ Nickname not found: $nickname"); wp_send_json_error('Nickname not found.'); } if (!wp_check_password($pin, $user->user_pass, $user->ID)) { error_log("❌ Incorrect PIN for: $nickname"); wp_send_json_error('Incorrect PIN.'); } $_SESSION['fan'] = $nickname; error_log("✅ Successful login for: $nickname"); wp_send_json_success('success'); } Chelsea Sign Gittens for £48m - Football Catchup

Chelsea Sign Gittens for £48m

Last updated on July 8, 2025

2 min read
Want to stay updated with the latest football news, transfer gossip, match reactions, and fan debates?
Join our WhatsApp community and be part of the conversation!

Gittens made a big impression in Germany, tallying 17 goals and 14 assists in 107 appearances for Dortmund.
Image credit: LDN

Chelsea have completed the signing of English winger Jamie Gittens from Borussia Dortmund for an initial fee of £48.5 million, with potential add-ons pushing the total value to £52 million.

The 20-year-old, who rose through the ranks at Manchester City before moving to Dortmund in 2020, has penned a seven-year contract with the Blues.

Known for his pace, dribbling, and creative flair, Gittens becomes one of the latest exciting additions to Chelsea’s ambitious summer rebuild.

Despite never featuring in English senior football, Gittens made a big impression in Germany, tallying 17 goals and 14 assists in 107 appearances for Dortmund.

His performances attracted interest across Europe, but it was Chelsea who made the decisive move.

“It feels great to join such a big club as Chelsea,” Gittens said. “This is an amazing opportunity and I can’t wait to get started.”

Although the winger won’t be eligible to feature for Chelsea until after the ongoing Club World Cup, his arrival adds to the club’s attacking depth.

Busy Transfer Window at Stamford Bridge

Chelsea have been aggressive in the market this summer. Gittens follows the arrivals of:

  • Joao Pedro from Brighton & Hove Albion (over £50m)
  • Mamadou Sarr from Strasbourg

The signing of Gittens is seen as part of the club’s long-term vision to build a youthful and energetic squad capable of challenging at the top level for years.

Dortmund’s Farewell

Borussia Dortmund confirmed the transfer on Thursday.

Sporting Director Sebastien Kehl acknowledged that negotiations were “challenging” but ultimately positive for both parties.

Continue Reading

Leave a Comment