”
], { 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);
});
});
})();
“This was the confusing thing about retirement. First of all, I will stay retired. No fall downs. I will not do anything physical, but that doesn’t mean I’m away from WWE. Anyone who knows me knows how passionate I am about not only the sports entertainment business, but WWE as a brand. So it was simply a matter of like, ‘Well, where do I fit in now?’ And we’re still trying to find out those pieces, but I think we got a clear path,” he wrote. (H/T: WrestlePurists)
You can check out the interview in the video below:
The 49-year-old announced the John Cena Classic tournament earlier this month at Backlash 2026. The upcoming tournament will include fan voting to determine the winner.
Jim Cornette is worried about how WWE is using John Cena
Wrestling veteran Jim Cornette shared that he was worried about how the promotion was using John Cena.
Speaking on his Drive-Thru podcast, the legend suggested that the company was having Cena appear too often following his retirement. He noted that the former champion had appeared on roughly 60% of the PLEs since he retired from in-ring competition.
“But I’m afraid they’re gonna, you know, play the John Cena card too often. He’s been retired since December. He was at both nights of WrestleMania, and he’s been at, what is that, 60% of the Premium Live Events that they’ve had since he retired. Maybe 70. I’m not good with math,” said Jim Cornette.
It will be fascinating to see what WWE has planned for the John Cena Classic tournament down the line.
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-john-cena-makes-promise-following-recent-wwe-announcement?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



