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

Fans debated whether Triple H or TKO executives were responsible for deciding who to release. Zelina Vega has now shared details about her own situation. She revealed that she was unexpectedly informed of her release directly by TKO, not WWE, which she described as “very telling.”

“When people call me from there, usually it would say Stamford calling you,” Vega said in a Twitch livestream on Friday. “That’s when you’re heart is like, ‘Oh, f**k.’ But this time it’s a TKO, which sounds like, ‘Ah, very telling.’ 5:09 p.m. is when I found out.” [H/T – TJR Wrestling].

Zelina Vega sends an emotional message following WWE release

Zelina Vega has sent an emotional message on social media after she and her husband, Aleister Black, were released from their respective contracts with the Stamford-based promotion.

On her official X/Twitter account, the former Women’s Tag Team Champion sent a message to her fans. She shared that this year has been difficult for her personally, but despite that, she continues to connect with her fans and loves them all.

“My fans mean the absolute world to me,” Vega wrote. “I’ve lost a lot this year and in my life in general.. but I gained all of you. Thank you. Your support means more than you’ll ever know.”

Apart from the couple, some of the superstars released include Kairi Sane, all members of The Wyatt Sicks, Alba Fyre, Santos Escobar, Apollo Crews, Motor City Machine Guns, and others.

That said, it will be interesting to see what the future holds for these 23 superstars outside WWE.

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-zelina-vega-opens-found-wwe-release?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