”
], { 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);
});
});
})();
According to a report on Fightful Select, former TNA World Heavyweight Champion Steve Maclin had hoped that the company would be quiet about the departure, but TNA chose to put out a press release instead. This was done without the consent of Maclin or Myle Grace.
Could AEW or WWE be interested in the two newest released stars?
AEW or WWE could have two very interesting signings to make. One has to wonder which promotion they will be a better fit for. Steve Maclin was known as Steve Cutler in WWE prior to his release in 2021. He was a part of The Forgotten Sons along with Wesley Blake (the former tag team partner of Buddy Murphy) and Jaxson Ryker – a name that has now been forgotten by many.
It was an extremely unfortunate situation as Ryker made the worst possible mistake. It was June 2020, during the peak of the Black Lives Matter movement, an extremely politically charged and tense time in the USA. Ryker controversially expressed public support for Donald Trump, instantly getting him heat from every corner. When the backlash reached backstage, WWE decided to act on it by taking The Forgotten Sons off television despite the fact that Maclin (Cutler) and Blake did nothing wrong.
This would serve as the end of their WWE careers, and Maclin would go on to sign with TNA, where he would enjoy a lot of success. One has to wonder whether he will be a better fit for AEW or WWE following the cut/departure.
As for Myla Grace, she, too, is an extremely good talent who could thrive in either company. Both AEW and WWE have stacked women’s divisions, but one has to wonder whether AEW has a bit more space for her.
In terms of NXT, the division is still quite stacked despite some significant names heading to the main roster, such as Jordynne Grace and Blake Monroe, among others.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-beloved-ex-world-champion-s-release-announced-behind-back-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



