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

Foley cut ties with WWE due to political disagreements. He cited the organization’s close association with the Donald Trump administration in the US as the primary reason behind his departure. Displeased by the administration’s treatment of immigrants, the Hardcore legend decided that he wouldn’t make appearances for the company as long as Trump was in office.

Last December, the veteran disclosed in a social media post that he had informed WWE talent relations of his decision to leave. Mick Foley added that he wouldn’t renew his Legends contract with the company after its conclusion in June 2026. He also thanked the promotion for providing him with many valuable opportunities throughout his lengthy career.

Foley was among WWE’s biggest fan favorite wrestlers during the Attitude Era. He feuded with several icons, such as The Undertaker and Triple H. The Hardcore legend was inducted into the Hall of Fame in 2013. He has now signed a deal with All Elite Wrestling.


Will WWE Hall of Famer Mick Foley return to the ring?

Mick Foley competed in his final match at Royal Rumble 2012. However, his last one-on-one bout came in 2010 under the TNA Wrestling umbrella. He defeated Ric Flair in a barbaric Last Man Standing Match.

Foley once expressed his desire to come out of retirement for a final match on the occasion of his 60th birthday. However, he later decided not to lace up his wrestling boots for another bout.

At FanX Salt City 2025, Foley clarified that he would never wrestle again due to health issues. The former world champion added that he had difficulty walking a decade ago, and he didn’t want to put his body at risk again.

In an interview with Inside the Ropes, Mick Foley revealed that he had held talks with top AEW star MJF about a potential match. The Salt of the Earth was supposed to attack the Hardcore legend’s son as part of a storyline, leading to Foley’s in-ring comeback. However, the idea never materialized.

Fans must stay tuned to see if Foley makes more appearances for AEW following his well-received debut at Double or Nothing 2026.

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/why-mick-foley-leave-wwe?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