”
], { 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 Behind The Turnbuckle Studios’ The Coach and Bro Show, Vince Russo speculated that there could be a real-life reason behind The Rock’s abrupt exit from the storyline before WrestleMania 41. The veteran thinks the reason was pretty damaging, which is why The Final Boss decided to leave instead of doing anything needful for the storyline before he left.
“There’s a lot more to it than meets the eye because we’ve got to understand that The Rock is on the board. The Rock is a part of WWE. So even if The Rock isn’t happy, he isn’t going to give two weeks’ notice. But even if a guy like The Rock isn’t happy, bro, if I’m on the board and I’m getting paid what WWE is making and I know I don’t want to do anything with this, I’m gonna do something so I can bow out gracefully… For him not to do that, it had to be something pretty damaging,” Russo said.
The Rock hasn’t competed inside the ring since 2024.
Is The Rock returning at WWE SummerSlam 2026?
The Final Boss became a massive heel in the industry when The Rock and The Bloodline tried their best to crush Cody Rhodes’ dream heading into WrestleMania 40. The audience was ready to witness a clash between Dwayne Johnson and The American Nightmare, but the 54-year-old legend hasn’t returned to the promotion.
Last week, the company hosted the SummerSlam Kickoff, and Seth Rollins used The Brahma Bull’s iconic line in a promo hyping up his upcoming match against Roman Reigns. While the fans would like to see The Final Boss’ return, as of now, there are no signs of The Rock’s return to WWE.
If you use quotes from the article, please credit Behind The Turnbuckle Studios and provide 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-real-life-reason-the-rock-abruptly-left-wrestlemania-41-speculated-ex-wwe-writer?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













