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

Zoey revealed that these three stars checked in on her throughout her knee injury rehab and offered crucial support following her WWE departure. She sustained a severe knee injury, tearing her ACL, MCL, and meniscus during a RAW match in May 2025.

“Becky was one of the first people that reached out to me and helped me during rehab. When I got released, literally, I would call her. In fact, she was one of the first people that I called. I told her immediately. She immediately picked up the phone and was like, ‘This is what I can do for you, and let’s figure this out together.’ … Same thing with CM Punk. He reached out to me throughout my entire rehab journey. He reached out when I got released… Cody reaching out and helped me with my journey. I posted a video about what was next, and he watched that entire thing and helped break everything down for me, and I learned a lot from just from that,” said Zoey Serrano. (6:10 onwards)

Zoey Stark On WWE Releasing Her After Getting Cleared From Injury

Despite being medically cleared in February 2026, she was released during WWE’s post-WrestleMania 42 roster cuts without returning to the ring.

Former WWE star Zoey Sorreno made her in-ring return just this week

Zoey Sorreno has been back in action after more than a year of being inactive. Her last match was at the May 19, 2025 edition of RAW, where she battled Rhea Ripley and Kairi Sane in a triple threat match. However, she could not complete it because she was injured during it and had to leave, making the match a singles bout.

Now competing under her real name, Serrano officially made her in-ring comeback on July 25 at RevPro’s Women’s Grand Prix. Though she lost her first-round tournament match to Zeuxis, she bounced back later that evening with a singles victory over JGU.

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-cm-punk-cody-rhodes-becky-lynch-helped-female-star-wwe-released?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