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

Randy Orton’s wife, Kim Orton, responded to Cena’s post with a few emojis to celebrate her husband’s 46th birthday, and you can check out her response in the image below.

Randy Orton won the Men’s Elimination Chamber match to become the number one contender for the Undisputed WWE Championship. He will be challenging Cody Rhodes for the title at WrestleMania 42. The Apex Predator recently turned heel on WWE SmackDown and brutally attacked Rhodes during their contract signing to make their WrestleMania bout official. The two stars also brawled this past Friday night on the blue brand as security tried to separate them.

John Cena reveals he knew WWE star was going to retire ahead of time

John Cena shared that he was aware that AJ Styles was going to retire last year before they had their match at Crown Jewel 2025.

Styles’ in-ring career came to an end at Royal Rumble 2026 at the hands of Gunther. The Ring General also retired Cena at Saturday Night’s Main Event in December 2025. During his appearance at a Fan Q&A Session at MEGACON Orlando, Cena shared that he knew Styles was going to retire and wanted to have a special match against him at Crown Jewel last year in Australia.

“So, I think we had a moment of like, serendipity, where you have these two performers. And I knew, AJ shared with me that he was going to retire in January. So, I really think the world of him, and I wanted to do something special, and make it special. And then you had an audience that kind of understood that,” said Cena.

John Cena talks about his match with AJ Styles in Perth and his special introduction “I just wanted to do something nice for my guy” WHAT A WHOLESOME MOMENT 🥹❤️ (Chris Van Vliet) #ThankYouCena

Only time will tell what the company has planned for John Cena as the host of WrestleMania 42.

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-posts-cryptic-randy-orton-update-wife-responds?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