], { 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 sources indicate to False Finish that the company is expected to have interest in bringing Eric Young back to the company after his TNA departure

Eric Young worked for World Wrestling Entertainment from 2016 to 2020 before returning for a short run from 2022 to 2023. While his first run with the company saw him lead the faction named SAnitY and even win the NXT Tag Team Championship with Alexander Wolfe, his second stint was forgettable.

The 46-year-old did not make any televised appearance during his second run with the company, and he was released per his request. He later revealed that the reason behind his release request was because he refused to work with Vince McMahon.

During his previous run with WWE, Eric Young was expected to work as an on-screen performer while also mentoring and assisting backstage. It would not be surprising if he returned to the company in a non-wrestling role and helped with backstage production.

Eric Young made a surprising revelation two years after his WWE exit

During his appearance on Developmentally Speaking in September 2025, Eric Young spoke about his time in WWE and made a very surprising revelation.

The veteran noted that he was still in contact with Triple H. Young stated that he continued to have a great relationship with Hunter. He added that he had earned all his opportunities.

“Still, to this day, I still have a good relationship with Triple H, and we talk, I mean, not often, he’s probably the busiest human being on Earth, but we talk when we can. It was something about his mentality, his leadership, and how he spoke about wrestling, and the opportunities that would be given to me. Nothing was handed to me. All of it was earned. It was earned before I got there, and then it had to be earned while I was there,” Young said.

Given Erick Young’s great relationship with Triple H, it is highly likely that The Game will decide to bring him back to the Stamford-based promotion. It will, however, be interesting to see if he gets to wrestle in the WWE ring.

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-wwe-interested-bringing-back-46-year-old-star-following-departure-major-promotion-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