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

[🔴]NEW: CM Punk update: It is NOT TRUE that WWE has no plans for CM Punk and that’s the reason that he’s not being featured. (WrestleVotes Q&A)

There was also a massive update regarding Punk’s wife, AJ Lee. The insider suggested that The Geek Goddess would not be returning to the promotion anytime soon. Lee dropped the Women’s Intercontinental Championship to Becky Lynch at WrestleMania 42.

CM Punk returned to WWE at Survivor Series 2023 after a decade away. He spent a couple of years in All Elite Wrestling but was let go by the promotion following his backstage altercation with Jack Perry at All In 2023.

Major WWE star comments on his strained relationship with CM Punk

WWE RAW star Seth Rollins recently opened up about his relationship with CM Punk.

Speaking on Prince St. Pizza’s YouTube channel, The Visionary suggested that the former AEW World Champion was a phony and didn’t believe they could salvage their friendship.

“Well, there’s this guy. His name is CM Punk, a real a**hole this guy… I don’t like him. A lot of people love him. He and I don’t get along. We don’t see eye to eye. It has a long history there. I’m not a grudge holder, really. I wouldn’t consider myself. He’s an exception to the rule. [Is he a phony?] I would say so. He’s an interesting cat because if you love him, a lot of CM Punk fans out there, you believe and hang on every single word he says. But if you know the guy like I do, I see through all of it. He would probably say the same thing about me… I mean, there’s certainly some bad blood there. I think it would be a tough relationship to repair. I don’t know,” Rollins said.

You can check out the interview in the video below:

SETH “FREAKIN” ROLLINS | EP 62 SETH ROLLINS

It will be interesting to see when the 47-year-old finally makes his return to WWE television.

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/rumor-backstage-update-cm-punk-s-wwe-hiatus-report?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