”
], { 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);
});
});
})();
Speaking to Good Housekeeping, the 17-time WWE Champion addressed his next goal in the promotion. While he detailed it, Cena also made a shocking statement that the fans must forget him and move on, as he believes the audience needs to invest in new talent, like how they invested in him during his early days.
“My goal for my stay in the business is to leave it better than I found it—and my résumé is a byproduct of that… I know none of us live forever. Nobody remembers anything. People forget about me. So, my hope for the future is that people forget about me… If [the new WWE] stars have enough gravity, have enough relevance, they should be the ones influencing the audience, the people, in the arena… That is my hope, amazingly—that people forget,” Cena said.
He added:
“I’m always a fan first, and I’m finding new ways to become involved in the WWE, through fandom and through organizational purposes… I’ve been lucky enough to be a mentor, to continue to be a mentor. So, there’s a lot of irons in the fire. As far as what the future holds for me in wrestling, it’s my family. I’ll never get away,” Cena said. [H/T – Good Housekeeping]
John Cena made a shocking announcement at WWE Backlash 2026
John Cena might be done with in-ring competition, but it’s very difficult to take the wrestling out of the 17-time WWE World Champion. At Backlash in Florida, Cena made a shocking announcement of a brand-new championship for the promotion and a tournament for the said title, which is called the ‘John Cena Classic.’
Superstars from the developmental brand and the main roster are eligible for the tournament, and fans will decide the winner. As per reports, the tournament will take place at the end of the year. It’ll be interesting to see which star will become the inaugural champion.
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-forget-me-john-cena-s-next-goal-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




