], { 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);
});
});
})();

The likes of The New Day and several other stars have had their deals changed in line with TKO’s new regime, but the report noted that Roman Reigns and stars of his level were not being approached.

“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.”

It seems that stars like The New Day, who were once at the top of the card and have main event level contracts, are the ones that TKO are targeting, in the hopes that their deals can be changed now that they are no longer in the main event.

Roman Reigns’ recent WWE schedule change was a clerical error

Fans believed that The Original Tribal Chief could have been mad at TKO for the recent releases and changes in his contract, which led to him dropping out of several WWE events in June, but this wasn’t the case.

PWInsider recently revealed that it was a clerical error that saw Reigns advertised for those events; he was never actually supposed to be part of the shows.

The OTC noted following WrestleMania that he would be around for the Summer, but that could mean the build-up to SummerSlam and the events following the biggest party of the summer. Reigns is the World Heavyweight Champion, so he will be needed for much of the buildup to the two-night event. It will be interesting to see how they can fit him back into storylines after his June hiatus.

Why did you not like this content?


`;
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-breaking-roman-reigns-reportedly-approached-new-contract-amid-wwe-paycuts-report?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

Leave A Reply

Exit mobile version