”
], { 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);
});
});
})();
As part of the promotion for Survivor Series, CM Punk was a guest on Kay Adams’ Up and Adams Show. Punk was asked about WWE’s tactic to have a single ticket for each night of WrestleMania 42 next year. He thought it was a good idea before using it to take some shots at Seth Rollins.
“The single ticket thing is interesting because it affords somebody like Seth Rollins the ability to buy a ticket because his wife will undoubtedly be on the show and he will be on the sideline. So, he can buy a ticket by himself. He could sit in the chair. If he spends enough money, he can take the chair home with him and he can repeatedly beat himself in the head with it,” Punk said.
WrestleMania 42 is scheduled for April 18 and 19, 2026, at Allegiant Stadium in Las Vegas.
Seth Rollins hints at his possible return before WrestleMania 42
Becky Lynch and Seth Rollins were the special guests for the latest episode of Bert Kreischer’s YouTube show called Something’s Burning. At one point in the show, Rollins teased about returning before WrestleMania 42.
“It’ll probably be gradual. I don’t even really know. It’ll be—my guess is about eight to 12 weeks of like, ‘Okay, now I have to stop eating like an a**hole.’ Probably 12 weeks. Plus, we’ll be moving right into WrestleMania season. So I’m hoping around February, after all the holiday stuff, I can start to be like, ‘Okay, lock in. No more BS.’ Give myself a month before I come back-ish, maybe—don’t even know. They say six months, so this could be April,” Rollins said. [H/T WrestlePurists]
The recovery timeline for most shoulder surgeries is around six months. He underwent surgery in October, so there’s a chance he’ll get cleared by April.
Please credit the Up and Adams Show and give a H/T to Sportskeeda if you use the quote from the first part of this article.
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-seth-rollins-status-wrestlemania-42-cm-punk-takes-aim-injured-wwe-star-ahead-survivor-series-wargames?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



