”
], { 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);
});
});
})();
“WWE and Saudi Arabia’s General Entertainment Authority did not respond to questions from us about whether they are considering rescheduling or canceling the event due to the ongoing war in the Middle East.” (H/T: WrestlePurists on X)
The promotion is currently on the road to WWE WrestleMania 42 next month in Las Vegas. Next year’s WrestleMania event is scheduled to take place in Saudi Arabia as well. There have been recent reports that WrestleMania 43 is also in jeopardy of taking place in Saudi Arabia next year.
Former WWE writer reacts to WrestleMania in Saudi Arabia
Wrestling legend Vince Russo shared his thoughts on WrestleMania 43 taking place in Saudi Arabia next year.
Speaking on Writing with Russo, the veteran noted that wrestling fans might not be open to traveling across the world to attend The Show of Shows for several reasons.
“They have no idea where Saudi Arabia is. So when you tell them Saudi Arabia, they think it’s halfway across the world. They’ve got no idea where it is.” He continued, “So the fact of the matter is that this is halfway across the world. There’s gonna be stereotypes with those types of people, with these types of fans who are not educated, and then the money. The money is like third, bro. First, you don’t even know where it is, you don’t even think about going in. Second of all, am I going to be in danger? Is it safe? I think that’s the one that gonna turn the most people away because that’s the unknown.”
Only time will tell if the promotion decides to change plans for Night of Champions 2026 in the weeks ahead.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-concerning-update-wwe-night-champions-2026-saudi-arabia-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



