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

Currently, WWE Night of Champions is set to take place in Saudi Arabia. The event is currently planned for June 27, 2026 in Riyadh. However, Triple H may be forced to cancel the plans.

As per reports by WrestleVotes Radio on Fightful Select, sources in Stamford do not believe that the event will be taking place in Saudi Arabia after all. The report said that the sources were currently saying it was “doubtful at best” that Night of Champions takes place in Saudi Arabia thanks to the global conflicts currently ongoing in the area.

While this could change depending on the situation, the word for the June show seems to be that it could end up getting canceled.

If it ends up getting canceled in Saudi Arabia, it’s likely the event will take place elsewhere. Whether that means it will be returning to the USA, or if there will be an event in Europe remains up in the air. The situation is unclear at best at this time, and the coming months will confirm what’s going to happen.