], { 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 report noted that Regal had not been seen at the WWE Performance Center for a while before his NXT return this week. It was also disclosed that the legend had been off the road for some time as well. PWInsider’s report shared that William Regal and Fit Finlay are expected to appear on NXT television regularly moving forward.

William Regal and Fit Finlay lead shocking attack on Tavion Heights: NXT highlights, March 10, 2026

William Regal spent some time in All Elite Wrestling in 2022 and was briefly the leader of the Blackpool Combat Club faction before his return to WWE in 2023. The legend also used to serve as the General Manager of NXT.

Major AEW star responds to WWE legend William Regal

Popular AEW star Kenny Omega responded to William Regal’s warning following Worlds End 2025 last year.

During the event last year, Jon Moxley hit a dangerous move on Kyle Fletcher and Regal called it out on social media. Omega responded to the veteran and thanked him.

“This is about a general awareness and a knowing that the cost of what we do is directly related to the amount and severity of risk(s) that we take. Keeping that in mind, as athletes, we aren’t all created equally. As responsible adults, we need to be realistic and know our own physical limits. I’d have to give my head a shake if I wanted to try a twisting shooting star, but I’d never say a word to Pac. I look at this all as great food for thought. Something to always be cognizant of. It shouldn’t be about making it a competition. Thank you, Mr. Regal.”

Regardless of timing or perceived intent, the general message from Mr. Regal remains a positive one. Tribalism, whataboutism, and other ‘isms’ aren’t needed here. Safety often takes a back seat when a wrestler is locked in and actively chasing the dragon. We all sometimes need

It will be fascinating to see what WWE has planned for Regal in the weeks ahead on NXT.

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/rumor-massive-update-13-time-champion-s-future-following-surprise-wwe-appearance-reports?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