”
], { 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 shared a promotional graphic for the show today on Instagram and may have spoiled the date of Drew McIntyre’s return to the promotion. The Scottish Warrior has not been seen since his loss to Jacob Fatu at WrestleMania 42, but is advertised for the show later this week, as seen in the image below.
Rhodes captured the Undisputed WWE Championship from McIntyre on the road to WrestleMania 42. The 40-year-old is scheduled to defend the title against Gunther at Clash in Italy on May 31.
Cody Rhodes discusses his plans after WWE
Undisputed WWE Champion Cody Rhodes recently shared what he wanted to do following his in-ring career.
Speaking with Jimmy Traina of SI Media, Rhodes hinted that he might have a future in politics once he retired from wrestling. The veteran noted that the idea of politics intrigued him, and he grew up being interested in it.
“What does the political world look like? In Georgia, there is a lot of political positions. What does that look like?… Very much so (would it intrigue him?). I grew up loving political theater… but I feel like I grew up in a time where people with a modicum of fame or influence surrounded themselves with really smart people, someone who’s got a green initiative, and someone who’s actually been looking at the planet now. They surrounded themselves with smart people, and they were just the face of it. They had a great team and a great cabinet,” he said.
You can check out the full interview in the video below:
Only time will tell if Rhodes can defeat Gunther to retain his title at Clash in Italy 2026.
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-breaking-cody-rhodes-seemingly-spoils-major-wwe-star-s-return-date?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




