], { 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);
});
});
})();

“To me, honestly, it’s measured in health. It’s how I look, and more importantly, how I feel. Right now, I’ve never felt better. “I’m double-timing my recovery on things, which is something I’ve never been really great at. The business now allows you to fit all that in. “I’m just going to go until the wheels fall off. We’ll see what happens,” he said. (H/T: Ringside News)

CM Punk says his health will dictate when he retires from professional wrestling: “I know I’m much closer to the end than I am the beginning. Where that end is, nobody knows. I don’t even know. It’s not measured in the length of a contract. It’s not measured in matches. To me,

Sami Zayn lost the Undisputed WWE Championship to CM Punk earlier this month on WWE RAW. Zayn will be facing Finn Balor at SummerSlam in a number-one contender’s match. Rhodes and Punk have been teaming up during live events on the road to SummerSlam, and both stars recently kissed Danhausen in a hilarious moment.

WWE star CM Punk shares tease ahead of major event

CM Punk teased showing up at AAA/ NXT Worlds Collide in Chicago later this year. The event will be taking place on September 26, the same day as AEW All Out.

In an interview with Ringside Collectibles, Punk hinted that he might show up at the event in September. The former AEW World Champion noted that he had wrestled in a mask before and pitched a potential Hair vs. Mask match at the event.

“I’ve worn a mask before; I’ve gotten my head shaved in a Mask vs. Hair match before. We can set the table, and we can do it all over again in 2026. I think a lot of the lucha fans would appreciate the hell out of that, and we’d sell some masks,” he said.

You can check out the interview in the video below:

CM PUNK & AJ LEE Interview w Ringside Collectibles - Mattel WWE San Diego Comic-Con 2026 SDCC #LARRY

It will be interesting to see if CM Punk can defeat Cody Rhodes at SummerSlam to retain the Undisputed WWE Championship.

Why did you not like this content?


`;
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-cm-punk-opens-wwe-retirement-plans?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

Leave A Reply

Exit mobile version