”
], { 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);
});
});
})();
Recently, a graphic appeared during the Royal Rumble Kickoff, which featured John Cena. Many fans were under the impression that The Never Seen Seventeen would be a surprise entrant in the gimmick match based on the graphic. However, Cena himself tweeted and provided an update.
The Men’s Grand Slam Champion tweeted on X, hyping the Royal Rumble event from Saudi Arabia. The 48-year-old legend confirmed his status for the event when he revealed that he will be watching the show. The Franchise Player remains true to his words on retirement from the industry.
“The #RoyalRumble is one of the most exciting, surprising, and important events in @WWE!! The Road to Wrestlemania starts now with this historic Rumble you don’t want to miss! I’ll be watching!,” Cena tweeted on X.
John Cena’s former rival could retire at WWE Royal Rumble 2026
After John Cena retired from the industry following his match with Gunther, The Ring General targeted AJ Styles on the red brand, and the two had a match on Monday Night RAW. The two-time World Heavyweight Champion tricked The Phenomenal One to score a victory.
Later, Styles demanded another match, but the 38-year-old star wanted the two-time WWE Champion’s career on the line. After hesitation, The Phenomenal One agreed and put his career on the line. If AJ Styles loses, he will be forced to retire from in-ring competition.
If Gunther wins, it will mark his third win in a retirement-based match in the Stamford-based promotion as a performer. It’ll be interesting to see what’s next for both at the Royal Rumble in Riyadh.
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-confirms-status-wwe-royal-rumble-2026?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



