REPORT: WWE working on massive John Cena plans post-retirement
”
], { 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 from Wrestlevotes Radio on Fightful Select, WWE is working on a documentary about Cena focused on his retirement run. The documentary is planned for a release in mid-2026.
The report adds that there were documentary crews on hand for filming at the Capital One Arena in Washington, D.C., on December 13 during Cena’s final match. Furthermore, it is mentioned that Peacock is rumored to be the platform for the release of the documentary, though it is not confirmed.
This will mark the first major project involving WWE and John Cena after the icon’s retirement. Notably, the Last Real Champion signed a five-year deal to be the company’s ambassador just before his retirement.
John Cena confirms he won’t wrestle again
Retirement is a word loosely used in pro wrestling. Fans have witnessed legends lacing their boots for one more match after hanging them up years ago.
However, John Cena intends to honor his word on retirement. During an appearance on What Do You Wanna Talk About? With Cody Rhodes, The Franchise Player confirmed he won’t be wrestling again.
During the conversation, Rhodes said that knowing Cena, it is likely he won’t wrestle again. The Never Seen 17 simply said “for sure,” confirming his stance on staying away from in-ring action.
Despite his retirement, fans will have a lot to look forward to with Cena’s documentary and possible other appearances for WWE.
Read all the hottest WWE news from Sportskeeda by choosing us as your preferred source. Click HERE.
Edited by Sherjeel Malik
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/rumor-report-wwe-working-massive-john-cena-plans-post-retirement?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 = ‘(adsbygoogle = window.adsbygoogle || []).push({});’;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…