”
], { 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);
});
});
})();
Speaking on Your Mom’s House, Undisputed WWE Champion explained that wrestlers are never fully out of their characters even away from the ring. According to him, being naked was a disarming tactic used by his father.
“My dad [Dusty Rhodes], there are all these stories about… because he was also the creative director, the booker of the show, so you’d come to him and ask, ‘What’s the finish? What are we doing?’ He is famous for always being in his cowboy boots and naked while telling them. And everyone has a story, but they were a far more naked bunch. Wrestling is, I don’t know, if comedy is the same, but wrestlers are always working. There’s always a bit of wrestling going on. I think that nakedness, believe it or not, was a disarming tactic, a way of, ‘I’m so confident.’ I don’t know. But I don’t think so because he wasn’t like that around the house.”
When talking about the present day, Cody Rhodes hilariously stated:
I think the locker room’s got to be naked. I’ll go ahead and say that.”
You can check out his comments below:
What is next for Cody Rhodes in WWE?
As of now, Cody Rhodes is gearing up to get in the ring with his former mentor, Randy Orton.
The Viper turned heel by attacking Rhodes at the contract signing for their match at WrestleMania 42. The turn was shocking for fans and veterans alike, and it was later revealed that Pat McAfee was also involved in the storyline. With tensions ramping up every week, the showdown between Rhodes and Orton is expected to be a brutal affair.
The two veterans will square off on Night one of WWE WrestleMania 42.
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.
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-locker-room-s-got-naked-wwe-champion-makes-startling-claim?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



