UPDATE: John Cena reveals future plans after WWE 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);
});
});
})();
On a recent appearance on Jimmy Kimmel Live, John Cena opened up about the end of his career. Cena discussed the thoughts he had going through his retirement tour. Kimmel asked him what his plans were after the event, with the 17-time WWE World Champion sharing a heartwarming and hilarious answer.
“That night I’m going to spend a lot of time with folks I love, who I connect strongly with. I think the next day, I hope to wake up hung over,” Cena said.
It will be interesting to see if the company is going to film content surrounding Cena backstage for his final appearance as an active WWE Superstar.
Backstage update on John Cena’s final match
John Cena’s final opponent will either be Gunther or LA Knight, with the two stars set to collide on SmackDown. TC of WrestleVotes reported on a recent Fightful Select Q&A that some people backstage are not fans of The Ring General facing Cena at Saturday Night’s Main Event.
Despite some pouting about Gunther vs. John Cena, the same people understand why WWE wants to put the former World Heavyweight Champion in that position. He already retired Goldberg back in July, so adding another name like Cena to his resume grows his reputation and character.
On the other hand, Knight is the fan favorite, especially by internet wrestling community. The Megastar has had an up-and-down year, though he’s the current WWE workhorse with 65 matches in 2025, as per Cagematch. He’s ahead of Penta, who has had 63, followed by Roxanne Perez with 62.
Edited by JP David
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/news-update-john-cena-reveals-future-plans-wwe-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…