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

Speaking on an interview with Stephan A. Smith, Triple H noted how talented Nick Khan was as a businessman. He said:

I’ve never been around a better businessman. What is incredible is not only his mind for the business, rights fees, ratings, analyzing all those things, but he grew up a fan of this. He grew up a fan of boxing and combat sports, but especially of pro wrestling. He’s as deep a knowledge as anybody I’ve met out there. And he’s just straightforward. What you see is what you get. And man, I love working with him every day. To me, he and I together, it’s like this perfect partnership of being able to do the business side, but the energy that we both feel and have and love for this business like nothing else.

You can check out his comments below:

youtube-cover

WWE CCO Triple H recently provided a health update

The Game’s in-ring career ended in 2022, owing to health complications related to his heart. He recently commented on his thoughts on the topic.

Speaking in the same interview, the WWE CCO stated:

“There are moments in time where everybody has setbacks in life, and things hit you hard. Life comes at you, right? Life is what happens when you are busy planning other things; you don’t expect it and you don’t see it. I did have the issues. They’re behind me now. I want to make sure they stay behind me, so I’m cautious of everything I do, and I’m protective of it,” he said.

Triple H’s love for the business has another outlet now, as an authority figure in the company. It remains to be seen how he plans to take the brand to new heights in the future.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.