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

Channing “Stacks” Lorenzo will go down in history as the last champion. He held the gold for 17 days before Tony D’Angelo threw it off a bridge during the Great American Bash last year.

Although the title hasn’t been featured on the weekly programming over the last year, it was still listed on the page until May 2026.

WWE first introduced the NXT Heritage Cup Championship in 2020, exclusively for the UK brand. The SmackDown Superstar Axiom made history by becoming the inaugural champion.

Later, Tyler Bate, Naom Dar, and Mark Coffey joined the elite list and went on to hold the title before the NXT UK was shut down in 2022.

The NXT Heritage Cup Championship was then brought over to NXT in the US, where the likes of Nathan Frazer, Charlie Dempsey, Tony D’Angelo, Lexis King, and Channing “Stacks” Lorenzo held the gold.

Noam Dar etched his name in the history books, becoming the longest reigning NXT Heritage Cup Champion. After a year of inactivity, WWE has finally decided to discontinue the gold.


Shawn Michaels drops a bombshell announcement for the WWE NXT Universe

Shawn Michaels recently took to his X/Twitter handle to announce the return of the NXT Great American Bash on June 28, 2026.

“Hello, boys and girls. Now, I know everybody’s used to seeing me these days doing my crazy posts on Instagram and TikTok, but everybody’s been asking me, ” When is the first PLE on the CW Network?” Well, that’s what this announcement is for — June 28, CW Network and NXT are going to bring you the Great American Bash. This partnership is moving forward at the Great American Bash on June 28 by the special start time of 7 pm.”

You can check out his tweet here.

The build to the Great American Bash is underway, with Robert Stone expected to make the card clear in the coming weeks.

The upcoming premium live event will air on the same day as AEWxNJPW Forbidden Door, marking their first head-to-head battle in 2026.

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-breaking-wwe-officially-retires-major-championship?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