], { 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);
});
});
})();

During an interview with Ariel Helwani, Ric Flair stated that he did not get invited to WrestleMania 42 because last year, he threatened to beat up Tiffany Stratton’s then-boyfriend, Ludwig Kaiser.

“I didn’t get invited to WrestleMania this year. I threatened to beat up Tiffany Stratton’s [boyfriend] last year. I wasn’t allowed to go. A 24-year-old kid being threatened by a 76-year-old man, and I can’t go to WrestleMania. Are you kidding me? That English kid. He’s gonna go as far in wrestling as a gnat. He’ll be a fly on the wall in a year.”

The WWE veteran noted that he called Kaiser and threatened him, after which the former Imperium star went to Triple H:

They had that thing where Tiffany made a smart remark about Ashley’s divorces, which we both know she is not smart enough to have written. Somebody gave her the script. And then he implied, I’m just going based on social media once again which is a lot, that he was implying that he wouldn’t bum one off Ashley, and I went, ‘Okay, I need your number.’ Which I can get anybody’s number I want any minute of any day. I called him and said, ‘Hey, when I see you, I’m gonna beat the sh*t out of you.’ So he went like a little b*tch and told Hunter, and I wasn’t allowed to go. He’s gonna really go far in the business. A 76-year-old man tells a 24-year-old kid he’s gonna kick his a**, and where is he now? Is he even on the roster? Little punk.”

Arman Tsarukyan, Ric Flair, David Benavidez, Caroline Dubois, On The Nose | Helwani Show | 4/22/26

Tiffany Stratton is no longer with WWE Superstar Ludwig Kaiser

While Ludwig Kaiser may have been dragged into Tiffany Stratton’s feud against Charlotte Flair last year, the duo are now no longer together. The former WWE Women’s Champion is now dating NXT star Shady Elnahas. The pair recently went public with their relationship.

Kaiser, meanwhile, has been seen as El Grande Americano on WWE programming since last year. The former Imperium star is rumored to be in a relationship with WWE Spanish host and ambassador, Andrea Bazarte. Kaiser will soon face Chad Gable, the original El Grande Americano, in a Mask vs Mask match, which could result in him returning to his former character if he loses the match.

Why did you not like this content?


`;
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-wwe-legend-threatened-to-beat-up-tiffany-stratton-s-boyfriend-got-banned-from-wrestlemania-42?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

Leave A Reply

Exit mobile version