”
], { 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);
});
});
})();
Scrap Iron’s entrance in WWE 2K26 uses his ROH theme, “Prelude to the Bludgeoning.” Pearce wrestled his last ROH match in August 2014. He lost to current AEW star “Hangman” Adam Page. The former world champion continued wrestling in other promotions throughout that year until joining WWE in 2021.
Pearce has yet to wrestle a full-fledged match since signing with the sports entertainment juggernaut. In the past, Goldberg was added as a playable character in WWE Games before he made his real-life return to the ring in 2016 for a match against Brock Lesnar. This has led to speculation that the RAW GM might also lace up his wrestling boots again after his inclusion in WWE 2K26.
Adam Pearce reacted to his WWE 2K26 entrance
RAW general manager Adam Pearce shared a tweet after WWE Games dropped his entrance video on social media. On X, he wrote that he was delighted that his “Mama’s black velvet” made it to WWE 2K26. He thanked Kip Patrick Russell and Matt Jenkins for his theme song, “Prelude to the Bludgeoning”.
Pearce revealed that he wrote the lyrics to the track that the artists made. Scrap Iron concluded, writing that the niche audience who saw him in ROH would understand what this moment meant to him. He was thankful to his supporters.
For years, gamers were required to use Create-a-Superstar (CAS) to play with Pearce in WWE Games. He was primarily an NPC (non-playable character) carrying out only his managerial duties there, and that too in story modes. However, this year’s edition will introduce him as a playable character, allowing the RAW GM to hit the ropes at least virtually.
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-wwe-2k26-hints-potential-in-ring-return-general-manager?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


