], { 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 WWE commentator took to X following Monday Night RAW to address the change in his voice, explaining that he had learned an unexpected lesson about performing at high altitude.

“This weekend I learned that altitude can affect your vocal cords. I sincerely apologize for not sounding like myself for such a momentous occasion. But, if I wasn’t dead, I wasn’t missing a moment. I hope you guys enjoyed the shows as much as I did. See you Friday 🇲🇽,” Corey Graves wrote.

Graves added that despite feeling exhausted, there was no chance he was going to miss the action. The explanation came after a demanding stretch for

During TripleMania 34, Graves’ voice began giving out during the 15-man Copa Bardahl match. Despite the problem, he pushed through and completed the broadcast.


Corey Graves’ tight commentating schedule and a possible in-ring comeback

The condition was still noticeable when Graves returned to the commentary desk for Monday Night RAW on September 14. He once again worked through the show despite clearly not sounding like his usual self.

Corey Graves had already spent the weekend calling AAA action. He served as an English-language commentator for TripleMania alongside WWE Hall of Famer John Bradshaw Layfield (JBL) before returning to WWE duties with Joe Tessitore.

Mexico City sits at a significantly higher elevation than many of the cities where WWE normally holds its weekend television shows. Graves’ comments suggest that the combination of altitude, extensive speaking, and a packed commentating schedule contributed to the strain on his voice. Still, he made it clear that he had no regrets about working through the weekend.

Graves has also been making headlines beyond commentary. Just days before TripleMania 34, he revealed that he has been training again and is medically cleared to wrestle, opening the door to a possible in-ring return. The former NXT Superstar specifically mentioned AAA as a potential destination and said, “Never say never,” when discussing the possibility.

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/news-corey-graves-apologizes-after-sudden-issue-recent-wwe-show?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