”
], { 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);
});
});
})();
Wrestle Ops’ official X/Twitter handle recently uploaded a mugshot of Ludwig Kaiser, noting that he was arrested under a Battery charge.
Check out the post below:
This post caught fans’ attention, and they started commenting on it. Some WWE fans brought his ex-girlfriend, Tiffany Stratton, into the conversation with one writing that now they understood why Tiffy “left” him. Others were concerned about his Mask vs. Mask match on May 30.
Check out screenshots of fans’ reactions below:
Some more fans believed Ludwig Kaiser could get fired by Triple H and TKO, while others hoped the news would turn out to be a misunderstanding.
Ludwig Kaiser’s girlfriend, Andrea Bazarte, was fired by WWE-owned AAA
Ludwig Kaiser, under the mask of El Grande Americano, has been in a heated feud with the Original El Grande Americano (Chad Gable) for quite some time. Ahead of their Mask vs. Mask Match on May 30, 2026, the two came face-to-face to sign a contract.
The contract stated that Kaiser was not allowed to touch Gable before their match. However, there was one more clause that Ludwig failed to read, which stated that his girlfriend, backstage interviewer Andrea Bazarte, had to leave WWE-owned AAA for attacking the Original Americano. Bazarte ultimately agreed to this condition, hoping her boyfriend would avenge her on May 30.
Later, El Grande Americano (Ludwig Kaiser) took to Instagram to dedicate a post to Bazarte. The star mentioned that he would do justice to Andrea and Mexico.
“I will do you justice my love, For you and for Mexico ❤️” he wrote when translated to English.
It remains to be seen what TKO has planned for Ludwig Kaiser after the news of his arrest.
`;
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-ludwig-kaiser-arrested-wwe-fans-stunned-now-we-know-why-tiffany-left-he-maybe-fired?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













