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

As it turns out, Kevin Owens might have missed the show due to personal reasons. In one of the recent pictures shared by his wife, Karina Elias, on Instagram stories, KO could be seen enjoying his time with his close ones.

“Happy early birthday to the bday twins !🎂,” she wrote.

Below is a screenshot of Karina Elias’ Instagram Story:

KO has been out of action for over a year. He was scheduled to wrestle Randy Orton at WrestleMania 41. However, two weeks before the premium live event, Owens revealed that he had to pull out of the match due to a severe neck injury that required surgery. He has been away from WWE programming ever since.

Kevin Owens opened up about his neck fusion surgery

Kevin Owens underwent a neck fusion surgery in July 2025. During a public event, Scotte Sprinkle of Short Track Scene asked Owens about his injury and the subsequent surgery. In response.

The former WWE Universal Champion stated that going into the neck fusion surgery was very stressful as they were not sure how severe the fusion was going to be. He noted that although the surgery was successful, the doctor told him that there was no guarantee that the bones would fuse. Owens added that it was about how his body would heal, and he was hopeful about making a return in 2026.

“I did get a neck fusion. It was very stressful going into it because we’re not really sure how severe the fusion was gonna be and how many levels and all that stuff. Thankfully, it ended up being only one level, which was the best case scenario. Surgery was successful, and my doctor says we have to see how the bones fuse, and there’s no guarantee that it’s gonna work. It’s how my body heals. Some guys were successful. Fingers crossed, I get to come back to wrestling in the next year,” Owens said.

Only time will tell how much longer it takes for Kevin Owens to get back in the squared circle.

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-kevin-owens-whereabouts-cancelled-wwe-appearance-revealed?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