”
], { 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);
});
});
})();
He was later moved to NXT, where he formed a tag team with Killian Dain. Drake Maverick was among the many stars shown the door from WWE due to budget cuts in early 2020. However, he was swiftly rehired, with his release being played out into an on-screen storyline. Over a year later, Maverick was gone again from WWE, only to be brought back in 2022 as a member of RAW’s creative team.
While he still holds that role, Drake Maverick has now been announced to wrestle in his first match since November 2021 for Progress Wrestling’s Odyssey Tour on September 12-13th. Check out the announcement below:
Several beloved WWE stars have retired recently
While it’s celebration time for Drake Maverick’s fans, the last few months have seen many beloved WWE legends bid adieu to their in-ring careers. The first of them was John Cena, who wrestled his last match in December last year.
This was immediately followed by AJ Styles hanging up his boots at Royal Rumble 2026. Interestingly, both Cena and Styles lost to the modern-day Legend Killer Gunther in their final matches. If this wasn’t enough, Brock Lesnar, too, called it quits at SummerSlam 2026 after losing to Oba Femi in his Hell in a Cell match.
Lesnar was believed to have retired months earlier at WrestleMania 42, but that turned out to be a ruse as he returned to extend his feud with Femi.
`;
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-breaking-8-time-wwe-champion-ends-retirement-first-match-almost-5-years-announced?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













