”
], { 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);
});
});
})();
However, a report straight away debunked the rumor and revealed that Reigns’ removal from the RAW shows in June was just a clerical error and that The Original Tribal Chief was not supposed to be advertised for them to begin with.
According to the report on Wrestling Observer Radio, the truth is that neither the Tribal Chief nor other top superstars have been asked to renegotiate their contracts, but stars who were once at a higher level were asked to restructure their contracts.
“Roman Reigns was not asked to renegotiate his WWE contract. None of the guys at that level, they’re not being asked. It’s the guys who, I’d say, again, without mentioning any names, they’d be guys who were at a higher level before than they are now. I think that’s the best way to put it,” the report said.
The OTC is set to make his first WWE Title defense
The Tribal Chief is once again back at the top of the food chain after capturing the World Heavyweight Championship by beating CM Punk at WrestleMania Sunday.
On the post-Mania edition of Monday Night RAW, Jacob Fatu came out and challenged the Original Tribal Chief to put the title on the line against him at Backlash. The OTC initially denied him, as he felt it would seem like nepotism, and also that Fatu was not ready. The OTC, however, changed his mind after The Samoan Werewolf launched an attack on him, grabbing his throat and putting him through the Togan Death Grip.
On the go-home edition of RAW before Backlash 2026, Reigns and Fatu had a contract signing segment, where The Tribal Wolf once again leveled the OTC by putting him through the table, sending a statement that the fight at Backlash wom’t won’t be easy.
That being said, it will be interesting to see what plans Triple H and his WWE creative team have in store for the Fatu-Reigns saga in the coming weeks.
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/what-roman-reigns-wwe-status-truth-revealed-after-rumored-heat-with-tko?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


