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

Holland replied:

“Honestly I think I may have been the first to experience the new TKO version of “contract Negotiations” 56% paycut…. OUCH!”

In October 2025, Ridge Holland announced that World Wrestling Entertainment would not be renewing his contract upon expiration. However, Holland’s contract was terminated early in November after he expressed frustration with the situation, saying he felt “hung out to dry” by the company.

Sadly, the star’s run was marred by controversy. In 2022, Holland delivered a botched belly-to-belly suplex to Big E, who suffered a career-ending neck injury as a result.


The New Day Was Reportedly Asked To Take An Unbelievable WWE Pay Cut

Kofi Kingston and Xavier Woods are trending over their recent move to AEW. With that, circumstances surrounding their WWE exits have been put in the spotlight once again.

Not too long ago, Kofi told Ariel Helwani that World Wrestling Entertainment wanted The New Day to take more than a 50% pay cut. Podcast host Conrad Thompson (on Grilling JR) revealed what he had heard about the situation:

“More than 90 days ago, when we found out that New Day was no more in WWE – there was lots of rumor and innuendo at the time that they were taking a 50% pay cut. The rumor and innuendo that I’ve heard is it was actually a 75% pay cut. Some of that was confirmed on an interview with Ariel Helwani. Now, they didn’t say 75, but that’s the number I’ve heard bandied around. So, there’s your headline out of today’s episode.”

Another living legend, Sheamus, reportedly left the company over pay cut issues as well.

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-star-received-56-pay-cut-offer-from-wwe?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