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

After The Best in the World captured the championship, Cody Rhodes challenged him to a title match at SummerSlam 2026. In the buildup to the contest, The American Nightmare’s friendship with the second-generation wrestler arguably soured.

During the title match at SummerSlam 2026, Punk delivered a clothesline to Rhodes from the barricade. The Undisputed WWE Champion landed awkwardly from the maneuver and was seen favoring his left knee.

CM Punk continued to assault Cody Rhodes after the awkward landing. However, his knee gave out when he attempted a high-octane move. The American Nightmare capitalized on the opening and began targeting Punk’s potentially injured knee.

The American Nightmare even applied the Figure Four submission hold to further damage Punk’s knee. However, The Second City Saint managed to bounce back by executing the Anaconda Vice.

It will be interesting to see whether Punk’s knee affects his chances of retaining the Undisputed WWE Championship at SummerSlam.