”
], { 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 ESPN’s Get Up, Cody Rhodes was talking about a rare Topps card, and in the trading card, he was confronted by The Rock, where The Final Boss demanded his soul. During the conversation, Rhodes seemingly hinted that the 54-year-old star appears whenever he wants, meaning his return might not be out of the question entirely.
“This is during the period when The Final Boss, The Rock, was asking on television for my soul. I don’t know if it’s still on the line. He appears when he appears,” Rhodes said.
Whether it was a throwaway line or a subtle confirmation, only time will tell.
The Rock has defeated Cody Rhodes in WWE
In 2024, The Rock returned to the Stamford-based promotion for the first time in years for a proper run. The People’s Champion wanted a match with Roman Reigns, but the audience wanted Cody Rhodes in the title scene heading into WrestleMania XL. This forced the management, and The Final Boss was born in February 2024.
In the weeks leading up to WrestleMania XL, The Bloodline did their best to ensure The American Nightmare never made it to the event in Philadelphia. Seth Rollins stood by Cody Rhodes and agreed to face Roman Reigns and The Rock in a tag team match at WrestleMania 40 on Saturday to decide the rules for the main event on Sunday.
During the tag team match, both teams showcased miscommunication, but The Bloodline prevailed as The Rock pinned Cody Rhodes in the middle of the ring to win the tag team match. Regardless, The American Nightmare went on to make history and won the Undisputed WWE Championship from Roman Reigns on Sunday.
If you use quotes from the article, please credit ESPN and provide 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-cody-rhodes-seemingly-teases-the-rock-s-wwe-return?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



