”
], { 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);
});
});
})();
According to Fightful Select, WWE laid off some office personnel on Friday ahead of the premium live event in Riyadh. In May 2026, the company laid off several members from various departments. The layoff doesn’t primarily affect superstars on the main roster, but the report around the second layoff came out of nowhere.
Moreover, the insider hasn’t reported a reason behind the recent layoff. As of writing, several popular stars are in Saudi Arabia for Night of Champions. It’ll be interesting to see how much the landscape of the main roster changes following the event in Riyadh.
Official card for WWE Night of Champions 2026
Night of Champions has become a staple in Saudi Arabia, as the company often hosts the event in Riyadh. This year’s event is set to take place at the Kingdom Arena, and this is the second time that the company has hosted an event in Saudi Arabia in a year.
The premium live event is the final major event on the main roster before the company hosts SummerSlam in Minnesota. While the promotion plans to hold Saturday Night’s Main Event in the coming weeks at The Garden, the stakes might not be as high as they are for Night of Champions.
Official card for WWE Night of Champions 2026
- Cody Rhodes (c) vs. Gunther vs. Sami Zayn in a Triple Threat match for the Undisputed WWE Championship
- Trick Williams (c) vs. Ricky Saints in a Singles match for the United States Championship
- Tiffany Stratton (c) vs. Jade Cargill in a Singles match for the Women’s United States Championship
- Liv Morgan vs. IYO SKY in the finals of the Queen of the Ring tournament
- Jey Uso vs. Oba Femi in the finals of the King of the Ring tournament
- The Vision’s Bron Breakker vs. Seth Rollins in a Steel Cage match
Night of Champions will provide a clear picture for SummerSlam in Minnesota, when two superstars will win their respective tournaments in Riyadh.
`;
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/rumor-layoffs-wwe-night-champions-reports?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













