], { 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 this listicle, we shall discuss three such incidents when WWE superstars suffered injuries during the middle of the matches, and then were taken backstage.

#3 Former WWE superstar, Daniel Bryan, got injured during a match against Randy Orton

Ex-WWE superstar Daniel Bryan (Bryan Danielson) once suffered a legit injury during a No Disqualification match against Randy Orton on RAW in 2013. What Bryan got was a stinger, a nerve injury that causes numbness, pain, and weakness.

Daniel Bryan vs. Randy Orton - No Disqualification Match: Raw, June 17, 2013

The match was called off by the then-Chief Operating Officer, Triple H, and Bryan was taken backstage by the medical staff. It was also rumored that Bryan had a verbal argument with Triple H over the latter calling off the match. However, Hunter stated that, being the COO of the company, it was his job to have concern for the health of the wrestlers in the company.

#2 Former WWE manager, Paige getting a neck injury during a live show

It was during one of the live shows where Paige (aka Saraya) suffered a serious neck injury that brought the curtains down on her in-ring career. She received a kick on her back from Sasha Banks (Mercedes Mone), and that went wrong with Paige falling on her neck. The referee called off the six-woman tag team match, and the medical team attended to Paige.

The 33-year-old superstar later revealed that after that fall, she knew that her injury this time was serious, as she had been suffering from neck injuries before this also. However, she also defended Sasha Banks, saying none of it was her fault, and that they did have a discussion before that kick, and she had asked for it, thinking she could bear it.

#1 Liv Morgan’s shoulder injury during the match with Kairi Sane

Former WWE Women’s World Champion, Liv Morgan, also suffered a shoulder injury during one of her matches with Kairi Sane on June 16, 2025. The match was called off by the referee, and Liv Morgan was taken backstage.

It was later reported that Morgan suffered a dislocated shoulder, and she would be undergoing surgery. She was written off TV, and also had to vacate her tag team title. As of now, there is no update on her return, but rumors suggest that she could be back before WrestleMania 42.

It remains to be seen when The Miracle Kid finally makes her return.

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/3-wwe-injuries-spoiled-huge-matches?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