], { 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 were particularly shocked by the departures of Kairi Sane, Aleister Black, Zelina, and all five members of The Wyatt Sicks. Six other WWE main roster stars were released, too. Here is a list of all 14 of them:

  1. Kairi Sane
  2. Aleister Black
  3. Zelina
  4. Bo Dallas
  5. Erick Rowan
  6. Joe Gacy
  7. Dexter Lumis
  8. Nikki Cross
  9. Alex Shelley
  10. Chris Sabin
  11. Zoey Stark
  12. Apollo Crews
  13. Alba Fyre
  14. Santos Escobar

They were all informed of their departures by TKO, but it was reportedly Triple H who decided who got let go. Dave Meltzer stated that WWE’s Chief Content Officer was responsible for this wave of releases, with Nick Khan possibly being involved, too. A new report has shed light on the likely reason The Game decided to let go of them.

According to Fightful Select, most of the releases were to make way for new talent. There was also a mention of SmackDown seemingly going back to two hours in the next few months, meaning less television time available for the roster.

Multiple NXT stars moved to the blue brand on Friday’s episode, which took place hours after the releases happened. Fatal Influence appeared on SmackDown and were immediately thrust into the spotlight, while it was announced that Ricky Starks and Blake Monroe would also make their debuts soon.

Most of the released talent were a part of SmackDown, including The Wyatt Sicks. With The Motor City Machine Guns also being let go, it remains to be seen how WWE fills the gap in SmackDown’s tag team division.

Multiple NXT wrestlers and developmental prospects were released as well, including Andre Chase and LFG Season One winner, Tyra Mae Steele. A total of at least 25 names were let go. Sportskeeda Wrestling wishes every departing star all the best for the future.

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/rumor-breaking-real-reason-wwe-released-wyatt-sicks-9-other-main-roster-superstars-reports?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