”
], { 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);
});
});
})();
It seems that because of his recent absence, there are no plans for him to be part of Backlash this weekend, since Roman Reigns will be taking the World Heavyweight Championship into his battle with Jacob Fatu.
Self-Made Sessions recently reported that Punk is not scheduled to be added to the show at this point either; he appears to be having some time away from the ring.
“At the moment, as far as I’m aware, he’s not scheduled to be on Backlash. No.”
Punk and his wife, AJ Lee, both lost their championships at WrestleMania 42 last month, and Lee has since said goodbye to the ring for what could be another lengthy period of time.
CM Punk could return to WWE following Backlash
Roman Reigns isn’t scheduled to be part of many WWE events in June and is set to miss Night of Champions, which means that Punk could be the man around whom RAW is built that month.
Punk was defeated by Roman Reigns at WrestleMania for the World Championship, which could be why Punk has taken some time away. WWE also has Clash in Italy at the end of May, so it’s unclear if Reigns will be making the trip to be part of the show or if he will bow out following Backlash and make his return to the company in July.
CM Punk is one of the men who is featured on the poster for the show in Italy, but this isn’t an exact science, since Reigns was on the poster for Night of Champions and isn’t expected to be part of the show.
That being said, Punk isn’t injured at present and could be taking some time away after his long-time best friend, Kofi Kingston, announced his departure from the company after 19 years earlier this week.
`;
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-unfortunate-cm-punk-update-amid-ongoing-wwe-absence?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













