”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Reflecting on the segment, Paul Heyman said the emotions fans witnessed during the promo battle were real. The Oracle revealed that following The Show of Shows in 2025, he had passed several kidney stones. One of the stones cut his urinary tract, leading to a severe infection. Heyman added that the inflammation worsened and his temperature kept rising before specialist doctors brought it under control.
“At that particular moment [at the time of the Jey Uso segment], I got a kidney stone, or several kidney stones, and in passing the kidney stone, it was so sharp it cut my urinary tract, and besides cutting my urinary tract, it left my urinary tract in a position to where I could catch an infection. (…) The urinary tract inflames, presses up against the prostate, irritates the prostate, the infection now starts to spread, and now the infection is in the urinary tract and in the prostate, and it’s spreading through my system. I end up in the hospital.”
Despite the illness, Paul Heyman refused to miss television because he wanted to help launch The Vision on WWE RAW. The legendary manager made his own travel arrangements for the red show while being under treatment at White Plains Hospital.
“Infection is getting worse. My temperature is rising, and the effects of the infection are taking hold, but I won’t miss work. So I checked myself out that Monday morning. I chartered a jet on my own to RAW, did RAW, flew on the WWE jet back to White Plains, checked myself back into the hospital, [and] didn’t tell anybody. Meanwhile, when I did that scene, and for a couple [of] weeks afterwards, when I would jet myself to RAW, take the jet back home, check myself back into the hospital, when I did that scene, I had a catheter and a PIC line.” [H/T: chrisvanvliet.com]
You can listen to the full episode below.
Paul Heyman Told Cathy Kelley to Change Her Look
Paul Heyman is widely considered a mastermind and one of the most influential managers in WWE history. He has managed several legends, such as Roman Reigns and CM Punk, in his legendary career. Behind the scenes, he is also a mentor to many superstars.
Popular WWE backstage correspondent Cathy Kelley recently revealed on Insight that Heyman told her to change her look. The Oracle advised her to ditch bangs and glasses because he felt they were stopping her from properly conveying her emotions on TV.
Heyman is currently away from TV after inadvertently being Speared by Bron Breakker. Fans must stay tuned to find out when he makes his comeback.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-paul-heyman-reveals-he-worked-wwe-raw-with-severe-health-issues-last-year?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here


