After a WordPress migration, you fixed the bug in production. The fix does not appear for some users.
Three cache layers can serve stale data: browser cache, server cache (Redis, page cache plugin), CDN cache.
Purge all three after every cutover. Order matters: CDN, server, then ask users to hard-refresh.