”
], { 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);
});
});
})();
At Backlash, WWE legend Michael Cole announced that AAA Triplemania 34 will be held in September 2026, and for the first time in history, the event will take place across two nights on September 11 and 13.
Cole mentioned that the first night will be announced soon. Meanwhile, the second night will emanate from Arena CDMX in Mexico City.
“Mexican Lucha Libre promotion AAA will hold its annual event Triplemania across two nights for the first time in September. Triplemania 34 will take place on Friday, September 11th, at a location to be announced, followed by Arena CDMX in Mexico City on Sunday, September 13th. Fans interested in receiving exclusive presale can register at WWE.com/triplemania34 and look out for Triplemania’s opening night location to be announced soon,” Cole said.
WWE legend The Undertaker is part of the creative team in AAA
The Undertaker has been doing an incredible job as part of the creative team in AAA. The legend has received widespread praise for his booking in the Mexican promotion.
In a backstage interview in 2025, after Triplemania XXXIII, Triple H talked about The Phenom’s role in AAA. The Game said that nobody would have believed 20 years ago that Taker would be the driving force behind AAA in Mexico.
“If you would have told me 20 years ago that one of the big driving forces behind AAA in Mexico would be The Undertaker, it would be hard for me to sort of wrap my head around that,” said Triple H.
It remains to be seen what The Undertaker has planned for AAA Triplemania 34 in September 2026.
`;
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-breaking-wwe-drops-blockbuster-aaa-announcement-at-backlash?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













