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

The 22-year-old announced her departure through a post on social media:

“Unfortunately, my time as a WWE ID Prospect has come to an end. Even having the opportunity to work with and say I was a part of the WWE in the ID program is so much to be grateful for. I learned a lot at the Performance Center, and look fondly on all of the memories and friends I made along the way. I’m superrr young, and at 22 years old, with less than 3 years in the wrestling industry, I was able to wrestle on Evolve and represent the WWE.”

Veronica also made it clear that although she will also be pursuing her other talents, it is not the end of her pro wrestling journey:

I have soooo much room to progress and learn in this business, so I can confidently say this is NOT the end of my journey. I’ll still be wrestling and this time be able to also pursue my other talents, such as singing, songwriting, and acting. I want to thank all of the mentors and PC coaches who invested time in me. Fallyn Grey and Veronica Haven helped pave the way to a newer, more artistic, authentic, and unapologetic version of myself. You don’t need wings to keep flying when your heart refuses to quit.


Another Evolve star left WWE recently

2026 has been the year of departures in WWE, with stars such as Sheamus, Kofi Kingston and Xavier Woods leaving the company. The global juggernaut has also faced exits of many lesser-known names who competed on Evolve or were part of the ID program.

Kai Kavari recently announced that he’s no longer a part of the World Wrestling Entertainment. The male star was a part of the Evolve brand. While he had signed a three-year deal with the global juggernaut, Kavari left the company less than one year into his contract.

Many stars were also released from their contracts after WrestleMania 42, and some of them are now free agents. Motor City Machine Guns were among those released, and the legendary tag team has now signed with AEW.

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-breaking-female-star-announces-wwe-departure-ahead-summerslam?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