”
], { 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);
});
});
})();
Cena sat down for an interview with The US Magazine, where the 49-year-old discussed his life after retirement from wrestling, among other topics. Upon being asked if he would indeed listen to the crowd at Backlash who had chanted “one more match,” he did not categorically count it out.
However, he chose to put over The John Cena Classic and how excited he was about the details of the event to be finalised, for which he would be a proud ambassador.
“I get to watch other performers, so I can kind of be the ambassador for the event, and I can get out there and meet with people that matter most in my life, the fans. I really can’t wait for this thing to find its legs, for us to get a city and a date and move forward. And I can’t wait for it to happen. So when I hear ‘one more match,’ I hear [that] there’s still interest, the heart still beats,” Cena said. [H/T: US Magazine]
John Cena had been a faithful servant of WWE for nearly a quarter of a century, and he continues to fly the flag of the Stamford-based promotion as its ambassador. He also made notable appearances on both nights of WrestleMania 42 as the host of the PLE.
John Cena talks about a possible return to the ring
The topic of retirement in wrestling is a precarious one with several wrestlers changing their stance with time. Brock Lesnar is the latest example after he made his return to the ring despite appearing to call it a day at WrestleMania 42.
Now retired, John Cena cannot escape the question. In the same interview with The US Magazine, he said “never” was too strong a word and he did not like talking in absolutes. He admitted that it would be “financial suicide” for whoever decided to try to get the deal done.
“I hate speaking in absolutes … ‘Never’ is a strong word. It would be financial suicide for someone to court me in a position where I would have another match, and I truly mean that. So if you’re in the business of torching currency, that’s the only way to get me back in the ring,” Cena said.
It remains to be seen if The Franchise Player will ever return to the ring again, although he continues to state that he feels fulfilled by his retirement.
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-breaking-john-cena-drops-huge-post-retirement-return-bombshell?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


