”
], { 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);
});
});
})();
In an interview on The Ariel Helwani Show, Cody Rhodes was asked about who he thought was the face of the company. While Rhodes was initially hesitant, he admitted that he was the face. The comment attracted a lot of attention, especially amid Roman Reigns’ absence from WWE at the moment.
“You know what, actually I’ve changed my mind. I’m not going to do a grouping because confidence is a huge part of, uh, of what you do, and particularly when you have the chip, when you have the WWE Championship, which is still the richest prize in all the game. I’m going to go ahead and say it on your show, as someone who’s played darts with you before. Uh, I am the face of WWE.”
You can check out his comments below:
Cody Rhodes named other WWE stars as faces of the company as well
While Cody Rhodes did claim that he was the face of the company, he later talked about the importance of several other stars.
Adding to his previous comments, Rhodes stated that Roman Reigns and Rhea Ripley were also some of the foremost names in the promotion. He also mentioned CM Punk and Liv Morgan, emphasizing how the company was safe in experienced hands.
“I think you’re safe if you say Roman Reigns is [the face of the company]. You’re safe if you say Rhea Ripley is; if you say CM Punk is, Liv Morgan. If you say those names, those seem to be safe names. WWE is in really great hands right now because the roster is so experienced and so connected with our audience,” Rhodes said.
With Rhodes still holding his title, it remains to be seen how the rest of his run pans out.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
`;
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-claims-face-wwe-roman-reigns-s-absence?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













