”
], { 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 a recent interview with The Breakfast Club, Cody opened up on the support from Brandi in his career. He said he tries to assure her that what she is doing in her life is equally important, and they like to focus on their own things.
“When I came to WWE, a lot of people thought Brandi would come with, and the big part of this was let’s do our own things. Let’s do our own thing,” he said.
The 40-year-old also mentioned why having Brandi by her side in WWE might not have been a good idea.
“I don’t know how I’m a babyface in the first place. Bleach blonde hair, wears suits, the American flag on the side of my neck. I don’t know why I haven’t gone the other way, why I’m not a vicious heel. But I can tell you that when you add in this beautiful woman to that, it’s less likely that the grown men (who) come to those shows want to cheer for you now,” he added.
Cody Rhodes revealed that Brandi played a role in his WWE return
During the conversation on The Breakfast Club, Cody Rhodes also opened up on Brandi Rhodes’ role in his WWE return.
After months of speculation over his AEW contract, Cody left the company in 2022 and returned to WWE at WrestleMania 38. He said that Brandi’s decision to remain silent on the reason behind their AEW exit and not publicly address it helped make things easy.
Cody Rhodes said that it was a “selfless” act on his wife’s part as she owned the decision not to speak about why they left AEW.
If you use quotes from this article, please credit The Breakfast Club and give an H/T to Sportskeeda Wrestling 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-reveals-brandi-rhodes-join-wwe?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













