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

WWE has made it a habit to release stars from the company in large batches over the past few years. While the company does release stars now and then when their contracts expire, large batches of releases have become common over the years as well.

Tonight, they did the same during SmackDown and before the show started as well. PJ Vasa and Jasper Troy were two of the stars who were confirmed to have been let go. But they were not the only ones. Elle Akesson soon confirmed that she had also been released by the company. Now, Fightful’s Sean Ross Sapp has reported that several other stars have also been released from the company, naming Wendy Choo, Braxton Cole, Adriana Rizzo, Zena Sterling, Anya Rune, Gary Wilson, and Marcus Brown.

The complete list of stars released so far is shown below.

  1. Wendy Choo
  2. Adriana Rizzo
  3. Zena Sterling
  4. Anya Rune
  5. Braxton Cole
  6. Jasper Troy
  7. PJ Vasa
  8. Gary Wilson
  9. Ellen Akesson
  10. Marcus Brown

These are only the names revealed so far, and it has not been confirmed whether the company has let go of any more stars. Given the number of releases, it should be noted that all of them were from NXT and developmental.

There were other such cuts last year as well, with several big names cut. Of the stars let go, Wendy Choo was once a regular on NXT but has not featured there much in recent months, wrestling more on EVOLVE. She also became the EVOLVE Women’s Champion.

Meanwhile, Zena Sterling was a runner-up on LFG.

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-complete-list-of-10-wwe-stars-suddenly-released-during-smackdown-report?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