], { 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);
});
});
})();

In a post on Instagram, WWE shared what happened on Raw, involving Cathy Kelley, Stephanie Vaquer and Liv Morgan. The account also sent their well wishes to Kelley, who took her first career bump.

“You didn’t deserve that @cathykelley… get well soon! 🙏,” the account wrote.

Later in the show, Michael Cole provided an update on Cathy Kelley. Cole revealed that everything seems to be fine, and Kelley didn’t suffer any injuries.

It was Kelley’s first taste of the mat after reports about a year ago saying that she’s starting her in-ring training. She is currently in her second tenure in WWE. She was with the company from February 2016 to February 2020. She returned in October 2022 and has been with the company ever since.


Cathy Kelley reportedly training last year

According to Mike Johnson of PWInsider back in April 2025, Cathy Kelley was secretly training at the WWE Performance Center. Kelley was reportedly taking in-ring bumps and doing promo classes for a while. There was also talk of Kelley possibly doing the transition from backstage interviewer to manager.

Kelley has previously mentioned before that she’s open to becoming a manager, though it hasn’t materialized. She teased the possibility of getting in the ring during an interview with The Sporting Tribune last June.

“I don’t know whether I can confirm or deny that. I would say at one point I may have to ask myself the hard-hitting questions,” Kelley said. [H/T WrestleTalk]

Other previous backstage interviewers who expanded their role in WWE over the past years include Michael Cole, Jonathan Coachman, Lilian Garcia, Terri Runnels and Maria Kanellis. It will be interesting to see if Kelley goes the same route moving forward.

Why did you not like this content?


`;
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-wwe-sends-message-cathy-kelley-unfortunate-incident-raw?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

Leave A Reply

Exit mobile version