], { 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 per a report on PWInsider Elite, the situation surrounding Triple H’s future has been dealt with quietly by WWE. The star retired all the way back at WrestleMania 38, where he announced that after the incident with his heart, he would no longer be taking bumps or actively competing in the ring again. Despite this, he had been kept on the list for WWE stars who are active for a long time. However, now, the star has been quietly removed from the list for the first time since joining the company.

Although fans had assumed that he would not be wrestling again, given his retirement, his future is now clearer than ever, with him no longer even part of the list of active WWE stars. Some fans had retained hope he would wrestle again, given that some stars have continued to wrestle at much older ages, but this has effectively shut down all such possibilities.

Triple H last wrestled in a match almost 7 years ago today in a live event in Tokyo, Japan, where he teamed with Shinsuke Nakamura to face and defeat Bobby Roode and AJ Styles. However, earlier that month, he had his final televised appearance as well in Saudi Arabia at WWE Super ShowDown. There, he faced Randy Orton and lost to him.

His match against Orton will remain his last-ever match, which is somewhat fitting given the long storied history between the two stars, with Evolution and their subsequent many feuds.

Now, the star is more focused on his role as the head of creative in the company.