”
], { 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);
});
});
})();
According to Post Wrestling‘s Brandon Thurston, live event trade publication Pollstar has revealed the number of tickets that were sold for John Cena’s retirement show, Saturday Night’s Main Event. The report mentioned that WWE pulled in a whopping $6,553,883 in ticket sales. This is the highest arena gate of all-time for any wrestling show by a big margin.
The report also highlighted that the previous record was set by RAW’s debut on Netflix in January 2025, which sits at the second spot with $4,898,365. For several years, WrestleMania V was the highest-grossing event for a wrestling show. However, even if inflation is taken into account, Cena’s retirement has shattered all records by a big margin.
John Cena talked about an Easter Egg that everyone missed in his final WWE match
During a recent interview with No-Contest Wrestling, John Cena revealed that he tried to grow out his hair like his character, Prototype, in OVW (Ohio Valley Wrestling).
“There are so many Easter eggs that people don’t know about, to the point even for the match against GUNTHER, I tried to grow my hair out like the Prototype from UPW, like in OVW,” he said.
He added that he couldn’t dye his hair because of other projects outside wrestling, but he grew his hair and came for his retirement match with a slick back, similar to Prototype, which everyone missed.
It remains to be seen when WWE fans will get to see John Cena back on television.
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/rumor-john-cena-retirement-sets-all-time-wwe-record-reports?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


![John Cena retirement sets all-time WWE record [Reports]](https://litsportsnews.com/wp-content/uploads/2026/02/326b0-17715249877725-1920-1536x864.jpg)