”
], { 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);
});
});
})();
The 37-year-old underwent a successful operation near the end of November. Now, nine days out from the surgery date, Luke Menzies is feeling good about his future.
“So I just wanted to get on here and give an update. I’m nine days post-C5, C6 surgical disk replacement surgery, and honestly, I’m feeling pretty good. Movement in the neck is good. All good. And as soon as I came out of surgery, total symptom resolution. No bother. Not getting no interfering nerve pain down the arm. No weakness. Still on light duties. Probably start some cardio the next couple of days and get moving a little bit unless I feel pretty sluggish. But overall? Happy. Happy.”
His update comes a year after his best singles run in WWE, where he nearly won the top prize on one of their brands.
Luke Menzies’ WWE career highlights
Shortly after his professional wrestling debut in 2017, Luke Menzies signed on with WWE in 2018, working on their WWE NXT UK brand under the name Ridge Holland. The COVID-19 pandemic unfortunately shuttered the brand, but that brought him to the US, where he’d quickly align with Pat McAfee on NXT.
Misfortune continued for the big man, as he suffered multiple injuries to both of his legs while capturing a diving Oney Lorcan several months into this run. But Menzies recovered nine months later, aligning with Pete Dunne and moving to SmackDown, where the pair would become a successful trio with Sheamus known as the Brawling Brutes. While they never captured gold, the stable brought an intensity to the blue brand that fans would come to love.
After their split in 2023, Menzies returned to NXT, competing for the NXT Championship on a few occasions. He’d also join Chase U, where he’d win his first and only title, the NXT Tag Team Titles, with Andre Chase. After losing the titles, he’d betray Chase U, leading to his biggest solo run, where he’d again fail to win the NXT Championship.
Hopefully, we’ll see the big guy back in the ring in 2026 if he so chooses.
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-former-wwe-tag-champion-shares-fantastic-post-surgery-update?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



