”
], { 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);
});
});
})();
Enzo Amore has become the talk of the wrestling world since word got out that WWE contacted him during WrestleMania 42. The Real1 is said to have stopped taking bookings in the future, sparking speculation of an imminent WWE return.
Rumor has it that the Triple H-led creative is interested in reuniting Enzo and Cass in hopes of rebuilding the tag team roster. However, Big Bill has yet to enter free agency, with his AEW contract set to expire sometime soon.
It will be a while before the popular tag team reunites. As for Enzo Amore, Wrestling Observer learned that he was headed to NXT, where it all began over a decade ago.
In a follow-up update, Cory Hays of False Finish reported that Enzo Amore has been present at the Performance Center and live events, suggesting that he is already back with the Stamford-based promotion.
“He has been at the Performance Center and live events recently.”
You can check out his tweet below:
Why was Enzo Amore let go by WWE?
Enzo Amore’s previous WWE run was marred by controversies beyond wrestling.
He faced s*xual assault allegations, which resulted in his release in 2018. However, the investigation was closed without the accused facing any charges due to a lack of evidence.
The Real1 has since continued to wrestle on the independent scene, working with promotions like NJPW, MLW, and TNA.
He is now all set to return to his old stomping ground after almost eight years. He would add much-needed star power to the NXT roster, which lost a bunch of stars to the main roster. There’s no word yet on when he will show up on the brand.
Will he return alongside Big Cass? Only time will tell.
Stay tuned to Sportskeeda Wrestling for more updates!
`;
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-wwe-has-quietly-brought-back-released-superstar-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













