”
], { 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);
});
});
})();
In a recent interview with Cody Rhodes on the What Do You Wanna Talk About? podcast, Triple H revealed how he handpicked Roode for a producer role in the company.
“When his career started to wind down, at that time, I remember thinking to myself, when he wants to be done taking bumps, like, he’s a good guy for this. I always start out with the, ‘He’s a grown-up, as well.’ He’s not a kid just looking to get another paycheck, right? He understands the difference between business and being one of the boys and all that stuff. Grown-up, but gets it and just has a great demeanor for it and is a sponge for it,” he said.
It’s great to see Bobby Roode embrace a producer role in WWE under Triple H’s guidance.
Triple H confirmed that Bobby Roode has retired from in-ring competition
During the same interview, the Game confirmed that Bobby Roode has officially retired from in-ring competition now. Roode hasn’t competed in a single match since 2022. His last televised match was the 2022 edition of the André the Giant Memorial Battle Royal. He has been working as a producer in the company since then.
“Unfortunately, he had a neck injury that wasn’t subsiding. He and I spoke about it. I said, ‘Why don’t you come in and start learning to be an agent? And if the medical stuff clears up, it’d be great. It’ll help your career. If it doesn’t, we’ll start using it’ but, man, he jumped on it, and just very quickly I started moving him up the line and then having the conversation with Mike (Hayes) about, ‘Mentor him’,” said Triple H.
Fans are overwhelmed after seeing so many legends retire in the past few months. Stars like John Cena, AJ Styles and Hiroshi Tanahashi are no longer active stars and now a Bobby Roode return is also out of the picture.
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-triple-h-handpicks-tna-legend-huge-wwe-role-when-career-started-wind-down?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


