”
], { 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);
});
});
})();
Cody Rhodes was a guest on ESPN’s UNSPORTSMANLIKE, where he promoted the upcoming WWE PLE, Elimination Chamber. After discussing the men’s Chamber match and a possible rematch with WWE Champion Drew McIntyre, Rhodes was asked about the series of retirements we’ve seen over the past year. Surprisingly, Rhodes revealed his own expiration date.
“Wrestler prime is right where we’re at right now, in terms of your ability to put that promo together and to put that match together. I don’t have that end date like I used to. I do know that whatever the next deal that I sign with WWE, I ain’t going nowhere, that next deal will be the last.”
As far as how long that next deal will be, who knows? Wrestlers are now going well into their 40s, some even their 50s, still at the top of their game, something Cody Rhodes understands.
WWE’s top stars prove age is no longer a factor
In the statement above, Rhodes alluded to once having an end date selected for his professional wrestling career. Things have changed, though. Professional wrestling has changed. Now, the prime of an in-ring competitor has shifted from the mid 30s all the way to the 40s and 50s.
“I used to think… I used to not love the wrestling, kind of, trying ‘past your time?’ But wrestling is so unique in terms of… It’s hard to determine your time. Especially in 2026, with the level of athlete that you can grow to be.” [15:00-15:16]
Rhodes mentioned Brock Lesnar, Roman Reigns, and CM Punk as three guys in their early to late 40s who are still at the top of their game. Rhodes and Roman are both 40, while Punk and Lesnar are closer to 50. And yet, they’re all able to work as well, if not better, than they could over a decade prior. Age, after all, is just a number.
`;
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-cody-rhodes-stuns-wwe-retirement-plans-it-will-last?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













