”
], { 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);
});
});
})();
Fans have witnessed The Rock and John Cena transition to Hollywood during the peak of their popularity, and there is a belief Rhodes might follow them. He was recently cast in the new Street Fighter movie, which releases later this year.
During an appearance on The Rich Eisen Show, he was asked whether he would follow in Cena’s footsteps and move into acting. He said he wants to grow beyond telling stories in the ring, and he got a chance to do that with Street Fighter. But he mentioned that those plans come in place after he is done with WWE.
“I want to do more of that. What we do in the ring is tell stories. I’d love to do it outside of falling down in the pro-wrestling ring, but that’ll come when this is done. Cena’s a great example; Ric Flair’s another great example. Hulk Hogan, Triple H, my boss,” he said.
The 40-year-old star said that carrying the main title of the company comes with responsibility, and his immediate goal is to keep it as long as he can. Cody Rhodes then addressed what lies ahead for him.
“Beyond that, there’s a few matches left on the board at WWE I haven’t had, and there will be new matches coming about each day because we have so many guys getting locked and loaded down in NXT that I’ll probably want to touch before all is said and done. Moving into Hollywood is a definite natural extension of what we do next. Just being able to tell stories. Batista, Dwayne, Cena, Terry Funk even,” he added.
Cody Rhodes set for Title defense against Gunther
After successfully defending his Title against Randy Orton at WrestleMania 42, Cody Rhodes had a challenger waiting in Gunther.
A few weeks ago, the Ring General attacked Rhodes on SmackDown, declaring his intention to come for the Undisputed WWE Championship. The Austrian star then won a No. 1 contender’s match to earn the opportunity at the Championship.
The two stars will now face each other at Clash in Italy this Sunday as Cody Rhodes looks to extend his Title reign.
If you use quotes from this article, please credit The Rich Eisen Show and give an H/T to 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-retirement-cody-rhodes-reveals-next?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




