], { 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 Instagram, Cena posted a photo of Kroos hitting a piledriver during a match. This wasn’t the first time The Last Real Champion posted regarding WWE’s newest signing, as he hyped up the 29-year-old with a message on X.

Check out John Cena’s post on Instagram:

John Cena has confirmed he will never return to professional wrestling

John Cena has confirmed he will never return to professional wrestling. Cena retired from the business in December 2025 after tapping out to Gunther.

Speaking to The Ringer before his retirement, Cena claimed that nobody really retires from professional wrestling, but his case was different. The 17-time WWE World Champion stated that his case was different.

“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.”

At WrestleMania 42, John Cena made his first WWE appearance since his retirement. He hosted the show and was interrupted by several superstars, including Danhausen, on Night 2.

The Last Real Champion completed his retirement tour in 2025, facing several major names, including CM Punk, Randy Orton, AJ Styles, and Cody Rhodes, throughout the run. It remains to be seen when he returns to WWE programming.

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-hyped-wwe-s-newest-signing-will-kroos?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