”
], { 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);
});
});
})();
However, in an interview with SportShadow, former United States champion Ken Anderson, fka Mr. Kennedy, said even if WWE let Rhodes go, they won’t be affected. He said that rather than any one star, WWE has become an attraction in itself.
“Ultimately, I don’t believe one person carries the company. If they fired Cody Rhodes tomorrow, WrestleMania would still be sold out. I don’t think ticket sales would suffer. The WWE has become the attraction, and they plug and play whoever they want,” he said.
Anderson said this isn’t necessarily a good thing, as it diminishes the bargaining power of the stars. He said if Rhodes doesn’t like something, he could back to AEW or Japan, but WWE still holds all the cards.
“Luckily, there are other options. Cody could say, ‘If you don’t do this, I’m going to go to AEW again,’ or, ‘I’m going to quit and go to Japan.’ He sells a ton of merchandise, so they don’t want to see that happen. But ultimately, the WWE can say, ‘This is the way it is. Take it or leave it,’ he added.
While it is difficult to imagine WWE doing away with someone with the star power and attention that Rhodes brings, the company’s direction and marketing suggest they will still attract big crowds.
Cody Rhodes not turning heel in WWE anytime soon
There has been a clamor among fans to see Cody Rhodes play the bad guy after his extended run as a popular babyface.
While a heel turn has been teased, Rhodes has said that he doesn’t see himself turning heel due to his connection with the fans.
Since losing the WWE Championship to Drew McIntyre a few weeks ago, there has been a push from fans to see Cody Rhodes embrace the dark side. However, a report from Wrestling Observer Newsletter (WON) suggests it won’t happen anytime soon.
The report states that the turn won’t happen until WWE deems it necessary. It was also mentioned that his merchandise numbers are great, and it is something the company doesn’t want to tinker with at the moment.
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-if-fire-cody-rhodes-tomorrow-former-champion-makes-massive-claim-wwe-s-qb1?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


