”
], { 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);
});
});
})();
Khan was in Dublin for Zuffa Boxing 10, which took place at the 3Arena on Saturday. The event marked an important night for TKO’s boxing venture, with Irish Aaron McKenna headlining the card against Etinosa Oliha of Italy. For those unaware, Zuffa Boxing is a joint venture involving TKO, with Khan serving as its board member alongside his duties as WWE president.
Such a sighting of the three WWE personalities is particularly worth noting because the legendary wrestling promotion has just announced a major development for Irish wrestling fans.
Finn Bálor and Becky Lynch’s exciting announcement
Finn Bálor and Becky Lynch recently appeared in Ireland to reveal that Monday Night RAW will come to Dublin’s 3Arena on January 25, 2027. This will be the first time that the Red Brand will be held in Dublin, giving the promotion’s Irish Superstars another opportunity to perform in front of a hometown crowd.
The announcement comes just months after WWE brought RAW to Belfast, Northern Ireland, where Bálor went at it against then-WWE World Heavyweight Champion CM Punk. Meanwhile, The Man defended her Women’s Intercontinental Championship against Maxxine Dupri.
For WWE, its growing interest in Ireland could be a sign of bigger things to come. There has already been speculation that the country could eventually make a huge push to host a major WWE premium live event. Ireland being an emerging go-to destination for huge sporting and entertainment events has further solidified that possibility.
That said, with Khan recently spotted alongside two of WWE’s biggest Irish superstars, fans are certainly going to wonder whether there is more to the company’s plans for Ireland.
For now, there is no indication that the meeting means anything beyond WWE’s continued efforts to expand its presence in the country. But seeing such personalities is indeed an interesting sight.
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-spotted-wwe-president-nick-khan-finn-balor-becky-lynch?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



