”
], { 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);
});
});
})();
Jackie Redmond announced that Rhodes was not medically cleared to compete following his victory over Orton due to the orbital bone injury.
“I can confirm that Cody Rhodes is not medically cleared. After speaking to medical staff, I can tell you that the damage from that main event was severe. Afterwards, Rhodes needed three sutures to the face and four staples to the back of the head. As for the Punt that you just showed from Randy Orton, the impact to Cody’s orbital socket was so severe that his eye is still completely shut. So again, Rhodes is not medically cleared, and his timetable to return is up in the air,” said Jackie Redmond.
You can check out the video below:
Randy Orton betrayed Pat McAfee at WWE WrestleMania and hit the former NFL punter with an RKO. Rhodes capitalized on the distraction and hit The Viper with Cross Rhodes to retain the title.
Cody Rhodes comments on his WWE WrestleMania storylines
Cody Rhodes recently opened up about celebrities being added to his storylines at WWE WrestleMania for the past few years.
Speaking on The Rich Eisen Show, the champion discussed “outside forces” being added to his WWE WrestleMania rivalries. He suggested that it came with being in the top spot at the company.
“So, outside forces. You could look at this year and say, ‘Hey, here’s Pat McAfee.’ You could look at the year before and say, ‘Here’s Travis Scott.’ You could look at the year before and say, ‘Here’s The Rock.’ If you are a Cody Rhodes fan during WrestleMania season, it’s a choice. We deal with outside forces. We deal with, ‘Hey, they want to be part.’ We’re about it, and I can say this, it’s a spot I always wanted. If you’re gonna be in the big moments, you have to be ready for the big jobs,” he said.
Only time will tell when the former AEW star will be cleared to return to the ring.
If you use the quote from the first half of this article, please credit Sportskeeda Wrestling for the transcription.
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-wwe-confirms-cody-rhodes-suffered-legitimate-injury-wrestlemania?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



