”
], { 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 her absence, Robert Stone was named as interim GM by Shawn Michaels. But if Stone is only an interim, that means there is going to be a new general manager soon.
On the latest episode of the Hall of Fame podcast, Booker T liked a fan’s idea of bringing back Paige as the new general manager of NXT. Paige has been linked to a WWE return for almost a year now, plus she has experience running SmackDown as a GM.
“What a hell of a return would that be. That would be so shocking just because you’re not expecting it. It’s totally out of left field. And it’s someone who I could see playing that role and playing that role very, very well,” Booker T said.
Paige left the biggest wrestling company in the world on July 7, 2022, when her contract expired.
Where did Paige go after leaving WWE?
After her WWE exit, Paige made the jump to AEW two months later. She was cleared to wrestle by the company’s doctors, starting a feud with Brii Baker. She then formed The Outcasts with Toni Storm, Ruby Soho, Harley Cameron and Zak Knight, and she went by Saraya as her in-ring name.
Paige would win her first world title since 2014 at All In in London on August 27, 2023, beating Hikaru Shida, Storm and Baker in a Fatal 4-Way match to win the AEW Women’s World Championship. She would drop the title back to Shida less than two months later.
After three years with AEW, Paige became a free agent in March 2025, and she has been linked to a WWE return ever since.
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-icon-tipped-come-back-1-310-days-despite-retirement-a-hell-return?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



