”
], { 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);
});
});
})();
Knight spoke with Chris Van Vliet about how Vince once ordered him to talk softly. The first time he was asked to do so was backstage. However, during his rehearsals for the gimmick he was presenting, McMahon again said that he needed to be soft-spoken. Vince even asked him to be slightly effeminate about it.
“Vince [McMahon] told me before, ‘You gotta talk soft, I don’t want you to say or do any of the things that you used to do, none of that, whatever.’ If I’m honest, though, he wasn’t familiar with any of it. He didn’t know LA Knight. I think he was told a little bit… That first day of introducing the models, and we’re doing the little rehearsal thing, talk-through. And he comes down, and he’s like, ‘I need you to talk softer.’ And I’m like, okay, well, I’m thinking like, you had me talking soft backstage, but like now I’m doing a presentation. I need to be a little bigger, right? To present to the people. But it’s his show. Sure. And he goes, ‘Just read me a line from there as softly as you can.’ He’s like, ‘I don’t think you can be effeminate, but try and be effeminate without being effeminate,'” said LA Knight. (2:35 onwards)
LA Knight is aiming to win King of the Ring 2026
Potentially next week, LA Knight will begin his King of the Ring tournament. He has to face Jey Uso, Royce Keys, and Finn Balor in a Fatal-4-Way match to qualify for the semi-finals of KOTR.
Knight is also interfering in the Bloodline’s business and was confronted by Jimmy Uso last week. The former US Champion will surely get to Roman Reigns for the World Heavyweight Championship if he gets crowned as the King of the Ring.
If you use quotes from this article, please credit Chris Van Vliet and give an H/T to Sportskeeda Wrestling for the transcription.
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-i-need-talk-softer-wwe-official-made-strange-demand-la-knight?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




