], { 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);
});
});
})();

John Cena recently showed up at MEGACON Orlando. During a Q&A session at the event, the 48-year-old disclosed that he had been trying to figure out his next path as a contributing and useful member of the company. Cena added that they might have something substantial, and if things fell into place, soon fans might see him in a more integrated role.

“I am working diligently to try to figure out my next path as a contributing useful member of WWE. I think I might crack the code, and I think we have something, and if the stars align and everybody signs off, I will be a whole lot more integrated in the system, and I’m very excited about the road ahead. And I’ll just cross my fingers that it works,” Cena said. [From 14:50 onwards]

You can check out his comments in the video below:

EVERY Moment of the John Cena Q & A Panel at MEGACON 2026 🤯

John Cena confirmed he will never wrestle again

Over the years, many wrestlers have come out of retirement to enter the squared circle again. However, John Cena firmly declined the possibility of him competing again.

In an interview with The Ringer, The Cenation leader noted that although no one really retires from professional wrestling, his case was different. Cena stated that he understood the skepticism and claimed that the fans would believe him in the future, as he would stay retired.

“You don’t have to believe anything you don’t want to. What I’ve been able to do over 23 years is turn a lot of non-believers around, and that is by my actions. I don’t expect anyone to believe that like, ‘Hey, I’m retiring’. Oh, no. The precedent hasn’t been said. The precedent for wrestling retirement is like a wrestling wedding, like something’s going to go wrong in the wedding. No one ever retires. I understand the skepticism, and you’ll know I’m serious when I never come back.” Cena said.

As John Cena has confirmed that his career as an active in-ring performer is over, it will be interesting to see what new role he takes up in WWE.

In case you use any quotes from the first half of this article, please credit the source, with an H/T to Sportskeeda wrestling for the transcription.

Why did you not like this content?


`;
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-hints-new-wwe-role-three-months-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=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version