”
], { 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);
});
});
})();
“5 months ago Danhausen was wrestling for independent wrestling promotions in clubs, bars, halls, gyms, theaters and abandoned buildings (thank you all for giving Danhausen a stage.) Next month Danhausen will be featured at the Worlds Most Famous Arenahausen. Thank you @WWE thank you @TheGarden thank you Fanhausens around the world,” he said.
The 35-year-old debuted with the promotion at Elimination Chamber 2026 and was not well-received during his first appearance. However, Danhausen has since become a household name and is one of the most beloved stars in the company. He spent several years in AEW but was barely featured on television by the promotion before making the jump to WWE.
WWE icon reacts to Danhausen’s success
Wrestling veteran The Godfather recently praised Danhausen and reacted to the incredible amount of success he is having for the company.
In an interview with Sportshadow Wrestling, the legend stated that he wished he could still wrestle and that he was very happy for the Detroit-born star. The Godfather also portrayed the mysterious Papa Shango character back in the day.
“The day of the big 6’7, 300lbs wrestler is over now. And I think with the indie scene and everything go on, I think now wrestling is more normal looking people instead of the big guys. And I have nothing against him. I’ve met him four or five times as Papa Shango. He’s very respectful. I wish him the best, man. That just goes to show you how wrestling’s changed. Now the number one merchandise seller is a voodoo guy. I wish I was around right now,” he said. (H/T: WrestlePurists)
It will be interesting to see what WWE has planned for the mysterious star 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/news-danhausen-announces-will-appearing-major-upcoming-wwe-event?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



