”
], { 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);
});
});
})();
“Frankly, I’m excited for 2027 because we’re working with The Walt Disney Company on some special events around Disney and WWE and bringing those two audiences together since, of course, what do they have in common? Family,” said Mark Shapiro.
Disney-owned ESPN currently holds exclusive US distribution rights for its PLEs via ESPN Unlimited under a five-year deal. It is also evident that WWE wants its fans to have immersive entertainment, with the example being ‘The Horrors of the Wyatt Sicks’ attraction at Universal Studios’ Halloween Horror Nights. Now, next year, with Disney, could be on a large scale too.
WWE has four more PLEs this year
This month, there are crossover PLEs with AAA in Triplemania 34 and Worlds Collide. However, when it comes to main-roster PLEs, there are four more events in the next three months.
In the next two months, there will be the remaining two of the Big Five PLEs: Money in the Bank and Survivor Series: War Games.
Money in the Bank will be live from New Orleans on October 10. This marks the latest that any edition of Money in the Bank has been held, as it is generally scheduled before SummerSlam.
Following that up is Crown Jewel on November 7. This marks the Stamford-based promotion going to Riyadh, Saudi Arabia, for the third time in 2026.
Then comes Survivor Series, live from Houston on November 28, just four weeks after its last PLE. In just two weeks, WWE will be in Perth, Australia, for Wrestlepalooza on December 12.
`;
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-major-plans-works-wwe-2027?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













