”
], { 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);
});
});
})();
Reigns recently appeared on Nico Leonard’s Youtube Channel where the two were discussing watches. The host asked Roman if he plays golf and Roman replied by saying that it’s something he plans on doing after retirement. Roman Reigns was then asked about how much time he has left as a wrestler. Reigns replied by sharing a heartbreaking tease claiming that he’s almost there at the retirement stage.
“Oh yeah. Once I’m done kicking all the *ss in WWE and I, you know, have all the time on my hands. Yeah, golf will be one of the things for sure… There’s still a little more juice to squeeze. So yeah, almost there but not quite,” he said.
A major part of the WWE Universe today has grown up watching Roman Reigns. It will be interesting to see when the Tribal Chief will finally step away from in-ring competition.
Roman Reigns is in the main event of WrestleMania 42 Sunday
Despite claiming that he’s going to retire soon, the Tribal Chief is still one of the top stars in the Stamford-based promotion. Reigns entered the 2026 Men’s Royal Rumble match in Saudi Arabia and eventually ended up winning it. He last eliminated Gunther to secure his victory.
He is now set to face CM Punk in the main event of WrestleMania Sunday for the World Heavyweight Championship. This is the first time in 8 years that Reigns is heading into Mania as a challenger instead of a World Champion.
Fans are excited to see if the Tribal Chief will be able to overcome the Best in the World and become the new World Heavyweight Champion.
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-post-wwe-retirement-roman-reigns-drops-heartbreaking-tease-reveals-massive-plans?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



