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

Soon after Piper Niven was taken off TV, it was said that there were fears that the injury was career-ending and that the star’s time in the ring might be over. The report stated that there was a lot of fear surrounding the nature of the injury.

“There’s concern that it could be career ending, so whatever it is, I mean, it’s serious. Hopefully, she can come back, but she is out due to injury.”

Since then, the star has spoken up about how serious it is and given that there is very real danger to her not being back in the ring any time soon. Now, she has provided an update stating that she was starting rehab soon and that she would love nothing more than to be back in the ring.

Niven last wrestled in August 2025 against Charlotte Flair on SmackDown. Since that time, the star has been gone for a long time and has not been back. The details of the star’s situation have come out since then, and now other stars like Michin have broken character to admit that they miss her as well and have wished for her to return soon.

“You’re sooooo missed 😭😭”

@PiperNivenWWE You’re sooooo missed 😭😭

Niven replied to Michin as well, talking about how she missed everyone while she was gone from the ring.

“I miss you too my beautiful girl! And I really miss being a goofball and making you all laugh!”

@MiaYim I miss you too my beautiful girl! And I really miss being a goofball and making you all laugh!

It remains to be seen if the WWE star is able to return to the ring again, anytime soon.

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-beloved-wwe-star-who-suffered-potentially-career-ending-injury-gives-health-update?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