”
], { 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);
});
});
})();
KO returned to action at SummerSlam this year, following a 17-month absence due to a neck and spinal cord injury. His time away from action and uncertainty made him consider his in-ring future.
Speaking on Toronto Sun’s No Holds Barred podcast, Owens said that his injury and surgery made him consider what he would do if his in-ring career were over. He said he wanted to stay in wrestling, and anything else wasn’t an option.
“I did have to face what I would do if I couldn’t get back in the ring. Obviously, staying in wrestling is the most important thing for me because I really can’t imagine myself doing anything else,” he said.
Owens mentioned that he had an interest in the behind-the-scenes stuff even before his injury, and a backstage transition looked like a real possibility following the surgery. He then revealed talks with Triple H, who went through something similar after his career ended abruptly.
“There was that part of me that thought, ‘Well, maybe it’ll be time to transition to that.’ I’ve spoken to Triple H about how he knew that he was ready to transition to an almost full-time behind-the-scenes role as opposed to being in the ring. Again, this was well before my surgery,” he added.
Kevin Owens’ WWE return wasn’t guaranteed
During the discussion on No Holds Barred, Kevin Owens talked about how his neck and spinal injury was uncovered.
He said initially his issues weren’t thought to be connected to the neck or spine, but an MRI revealed otherwise.
Owens revealed that once the doctors saw the extent of the damage, they told him that he was done and needed surgery. Owens said that he had a condition that caused the bones in his neck to grow differently from others who had the surgery before.
The WWE superstar then mentioned that from that moment up until he was cleared, nothing was certain, and there was no guarantee that he would ever compete in a ring.
If you use quotes from this article, please credit No Holds Barred podcast 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-current-wwe-star-held-talks-triple-h-backstage-role?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




