”
], { 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);
});
});
})();
Earlier today, WWE announced that it would be returning to Saudi Arabia with Night of Champions. Now, WrestleVotes Radio on Fightful Select has reported that there is an expectation that WrestleMania 43 will go ahead in Saudi Arabia as planned next year. The targeted date for the show is March 27 at this time, with April 10 as the other possibility.
It is also possible that the company decides to go for a one-night event in Saudi Arabia for WrestleMania 43, but this is unlikely at this time. The report stated that ESPN has preferred the two-night model for the show.
There has been much speculation about Saudi Arabia as the host of WrestleMania ever since the US has been involved in a conflict with Iran and the current situation with the Strait of Hormuz. With uncertainty surrounding the situation and the hostility in that region, fans were wondering whether this would see the end of the company’s events in Saudi Arabia for the foreseeable future, but that does not appear to be the case, with the June 27 Night of Champions show going ahead as planned.
The earlier announcement on the company’s return to Saudi Arabia can be seen below.
“BREAKING: WWE Night of Champions will return to Kingdom Arena in Riyadh, Saudi Arabia, on Saturday, June 27, 2026!”
Night of Champions will give fans a better idea of what will happen for the next few events in Saudi Arabia. This won’t be the first time there will be security worries from fans about shows hosted in the country, with there being a huge disagreement and issues surrounding the time when a WWE plane was not allowed to take off from the airport in Saudi Arabia.
While the situation was resolved, there are still those with their worries about the coming events in the country, given the present conflict with Iran.
`;
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-breaking-reality-of-wwe-changing-saudi-arabia-as-the-host-of-wrestlemania-43-becoming-a-one-night-event-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













