”
], { 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);
});
});
})();
In the most recent edition of the Wrestling Observer Newsletter, Dave Meltzer reported that The Undertaker was not at the show due to a prior family commitment and was replaced by Jeremy Borash, who currently serves as the Vice President of Content and Development in AAA. He helps oversee creative direction and booking for the promotion alongside The Phenom.
For those unaware, The Undertaker works as the lead creative force and booker for AAA. Triple H officially announced the veteran’s new role during AAA’s TripleManía XXXIII event in August 2025.
AJ Styles opened up about his reaction to The Undertaker announcing his WWE Hall of Fame induction
AJ Styles was inducted into the WWE Hall of Fame earlier this year. On the February 23 edition of Monday Night RAW, The Undertaker announced that The Phenomenal One would be a part of the Class of 2026.
During a recent appearance on INSIGHT with Chris Van Vliet, AJ Styles opened up about how he felt after The Phenom made the announcement. The 49-year-old stated that the legendary star making the revelation on the red brand’s show took him by surprise.
“Well, they said Undertaker was coming out. I assumed we’re gonna shake hands and be like, ‘Hey, congratulations on your retirement.’ Thank you, got it. That’s what I thought was happening. Then he comes in there talking about, I don’t even know what he was talking about; I just know it sounded like we were going to wrestle again. I know we’re not wrestling, so what are you talking about? I don’t remember the exact words, but there was a moment where I go oh! I looked at my wife, and then we kind of got the idea of the Hall of Fame, and being inducted, which was really cool, and a total surprise, because I had no idea,” Styles said. [H/T: Insight]
AJ Styles recently revealed that he was going to take over the role of one of the coaches at the WWE Performance Center.
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-wwe-replaces-the-undertaker-with-surprising-name-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


