”
], { 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 addition to the classics, Booker also sang along to Joe Hendry’s theme. More surprising are the non-wrestling ones, but that’s only catchphrases. The former WWE Champion told fans they can expect ‘Shucky Ducky Quack Quack’ and ‘Champagne wishes and caviar dreams’.
“No, they got everything in there. They got Champagne wishes and caviar dreams, Shucky Ducky Quack Quack. ‘No bread, no water, just meat.’ Stephanie Vaquer, Trick Williams intro. Today I was singing Joe Hendry’s song for the intro,” said Booker T about his voiceovers.
The standard edition of WWE 2K26 will release on March 13, 2026. For early access ones, it gets delivered on March 6. The early ones include the Attitude Era edition, King of Kings edition, and the Monday Night War edition.
Booker T is not convinced of AJ Styles’ retirement
Booker T was not expecting AJ Styles to retire at the Royal Rumble. Just like any other fan, he expected a swerve at the last moment where AJ defeats Gunther. However, he was shocked to see Styles really ride into the sunset. Although he is hopeful to see the Phenomenal One wrestle again, considering he still has those gloves on.
On the same podcast, Booker states that if AJ totally retired, he would not have hesitated leaving the gloves. The fact that he did so but still wore them shows that he is done with WWE but not with wrestling. The Phenomenal Forearm will be hit once again sometime.
`;
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-booker-t-confirms-major-feature-wwe2k26?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













