”
], { 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);
});
});
})();
Big E has received tremendous love and support from the wrestling world since he made his retirement official. John Cena also took to X to pay respect to the former WWE Champion, and he thanked him for the “moments and memories.”
While Big E has not donned his wrestling boots in nearly four years, he has remained a part of the global juggernaut in non-wrestling roles. He is often seen on the analysis desks during the pre-shows or post-shows, in addition to various backstage roles.
John Cena bid farewell to WWE in December 2025
Big E is not the only former WWE Champion to retire from in-ring action, as John Cena also recently hung up his wrestling boots. The Cenation Leader competed in his last match on the December 13 edition of Saturday Night’s Main Event, where he tapped out to Gunther to bring an end to his illustrious career.
Aside from Big E and Cena, AJ Styles also recently closed his WWE chapter. The Phenomenal One put his career on the line against Gunther at the Royal Rumble, but ended up losing the match. However, there is a possibility that Styles could wrestle again, just not in the Stamford-based promotion.
It has been an emotional last few months for the pro wrestling fans, with Big E, Cena, and possibly Styles hanging up their boots. While Cena and Styles got a chance to go out on their terms, Big E unfortunately had to retire due to an injury. However, the good news is that the powerhouse has continued to make appearances in the non-wrestling roles, which is something that can’t be said about AJ Styles or John Cena.
`;
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-john-cena-sends-heartwarming-message-ex-wwe-champion-confirms-end-in-ring-career?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













