”
], { 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);
});
});
})();
As per Fightful Select, most of those stars who had no wrestling background are likely to hang up their boots now and might only pop up for a signing occasionally. It was also noted that Wendy Choo and Anya Rune are the only ones likely to continue, as they were a part of the business even before joining WWE.
“No, I don’t know of the ones who have confirmed either way. I know Erica Demia will because she’s Anya Rune. She’s wrestling over 100 times a year. I would imagine Wendy Choo does as well. A lot of the ones that started in the Performance Center and were recruited as non-wrestlers- a lot of those people we are never going to see wrestle again. Never ever. They might do some signings or something like that. We will never see a lot of those people wrestle.” [H/T Ringside News]
WWE stars at the PC are evaluated every 6 months
Bryan Alvarez of Wrestling Observer Live recently revealed that talent had to prove themselves every six months or face the ax. Alvarez also said that one of the performers, Jasper Troy, whose release surprised fans, did not show much growth over the last few months and hence was shown the door.
“There’s just so many people. Like, you have no idea just how many people are signed and in that Performance Center right now. It’s 100% a numbers game, and that doesn’t mean Jasper Troy can’t be a huge success in wrestling. They just determined he didn’t improve enough over the last six months, so he is gone,” he said.
Troy was a former WWE Speed Champion and also the winner of the reality series LFG’s first season, where he was mentored by Booker T.
`;
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-several-released-wwe-stars-decided-retire-never-wrestle-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













