”
], { 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);
});
});
})();
Despite not wrestling a match since October 8, 2024, Paige shook off the rust and got the win for her team after hitting the Ram-Paige DDT on Alexa Bliss. It was also her first win in a WWE ring since December 2017, when she was still part of Absolution.
In a post on X, formerly known as Twitter, WWE WrestleMania’s official account announced that one-half of the new Women’s Tag Team Champions will be at WWE World on Sunday. She is set to be available for photo ops, and the tickets to her appearance are available for sale.
WWE World 2026 began on April 16 and will end on April 20. It is being held at the Las Vegas Convention Center, South Hall in Las Vegas, Nevada.
Paige comments on her WWE return
Speaking on the WrestleMania 42 Saturday postshow, Paige explained why she returned to WWE after four years. It was also her first match in a WWE ring for nearly nine years, so it was a surreal moment for “The Anti-Diva.”
“It’s good to be home,” she said. “About time! 100 percent (on whether she ever thought of returning), WWE is my home. I was raised here. I’m a WWE girl forever and a Total Diva.” [H/T 411 Mania]
The 33-year-old star added that she was a bit overwhelmed during her entrance because she didn’t know how people would react. She received a warm reception from the Las Vegas crowd, who cheered once her iconic entrance music hit. She said:
“I didn’t know how anyone was going to react. I’m walking out there. I forgot how big WrestleManias were. So walking out there, I was like, ‘Oh my God, I can’t see the end of everybody.'”
The former AEW star also described her return as magical and surreal. She even forgot that she skipped during her entrance due to the many emotions she felt in her WWE return.
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-drops-bombshell-announcement-paige-wrestlemania-42?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


