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

While speaking on Talk’n Shop, the former Tag Team Champions opened up about their release, noting that they were not offered the choice.

They could have offered us a pay cut; I mean, that would have been kind. Doesn’t matter. It would have been nice if we had been offered it, though” Gallows claimed.

Anderson went on to agree with his partner, noting that they would have taken it if it was offered.

“Okay. We would have accepted the pay cut. So, I probably would have accepted the pay cut,”

Luke Gallows and Karl Anderson were released by WWE twice and not offered a pay cut either time

Gallows and Anderson haven’t wrestled for WWE since 2025, when they were released by the company for the second time.

The duo were initially released as part of the Covid-19 budget cuts in April 2020, before making their return in 2022.

Gallows and Anderson were then a major part of The OC and The Undertaker’s final match against AJ Styles at WrestleMania, before once again being released in February 2025.

The duo later made a cameo appearance at the 2026 WWE Hall of Fame to induct AJ Styles, who wrestled his final match for the company in January 2026. The duo have been working on the Indy circuit over the past year, but have clearly kept an eye on WWE since their exit.

The two men have made it clear that at the time it would have been kinder for the company to offer a pay cut over a release, but it seems that this is a new change that TKO have added and many current stars are not happy about.

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-we-accepted-pay-cut-former-wwe-champions-share-surprising-omission?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