”
], { 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);
});
});
})();
On Instagram, Knight rather sent his best wishes to Jalen Brunson ahead of the New York Knicks’ Game 5 of the NBA Finals. Knight and Brunson shared screen in the WWE and had allied. This was The Megastar’s first comment after losing on SmackDown, and interestingly enough, he chose not to comment anything related to his King of the Ring elimination.
“Rooting on my former tag partner @jalenbrunson1 to bring home the ‘ship tonight!” wrote Knight.
Check out Knight’s Instagram post:
LA Knight on his retirement plans
LA Knight has opened up about his retirement plans. He admitted that once he decides to hang up his boots, fans won’t see him ever again. The Megastar is open to making occasional appearances, but isn’t entertaining the idea of wrestling in his 50s.
Speaking on INSIGHT, Knight said:
“No! f*ck no. Would I like to be able to come in and maybe do an occasional appearance? Yeah, sure, maybe. But I don’t think I’ve been built up to the point where I can do like an Undertaker-type thing or an Austin thing or something like that. So I don’t think that’s in my future either. So it’s pretty much going to be at some point when I decide to call it I’m going to disappear in the sunset, and you’ll just never see me again. I’m not even joking; I’m being dead a** serious,”
It remains to be seen what’s next in WWE for LA Knight. The company is yet to push him as a main event-level star.
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-la-knight-breaks-silence-after-failing-to-win-the-wwe-king-the-ring-2026?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



