”
], { 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);
});
});
})();
This author spoke with sources within WWE about rumors that CM Punk is done with WWE. It was confirmed that the rumors were not the reality and that the star was far from done with the company. Plans changed within the company, and for personal reasons, he needed to take time away. It was unfortunate that it happened after he had spoken about being full-time.
“So that’s all nonsense. Him being done with WWE? Nowhere close. He’s fine and will be back. He was out for a few personal reasons and plans changing. But he’s back sooner than you’d expect.”
The source also revealed that he is scheduled to likely return by the WWE show in Chicago. There is a show set for July 6 in the city, so it seems that CM Punk’s return to WWE could be only days away. On top of that, the plans for his return are in place, and it’s going to be big. It seems that he will be going after the World title again, given that’s what he lost to Roman Reigns the last time that he was in WWE.
“In fact, he should be back around the Chicago show. It was unfortunate that he was gone after saying he’s full-time, but this won’t affect him in the long run. He’s coming back with a huge bang, and everyone’s going to know as well. No one’s ready for just how big this run is going to be.”
WrestleVotes on Fightful also recently reported that he’s going to play a big part at SummerSlam.
When Punk does return, it will be interesting to see whether he goes after Roman Reigns immediately.
Please credit Sportskeeda if you use any quotes from this exclusive.
`;
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-exclusive-huge-update-on-cm-punk-s-wwe-future?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













