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

In this article, we will discuss the Apex Predator and three more WWE stars who are at risk of missing this year’s SummerSlam PLE.


#4. The Viper

Randy Orton last appeared in the sports entertainment juggernaut at WrestleMania 42. After losing to Cody Rhodes in an Undisputed Title match, The Viper attacked the American Nightmare and stood tall in the closing moments. Since then, fans have been hoping for an Orton vs. Rhodes match at SummerSlam 2026.

However, that no longer appears to be the plan as CM Punk is the new Undisputed Champion. The Voice of the Voiceless is expected to defend the title against the Prodigal Son at the Biggest Party of the Summer.

Considering there has been no tease of the Apex Predator’s return, he is now in danger of missing SummerSlam 2026. It seems unlikely that Orton will be on the card, as Rhodes will be engaged in a feud with Punk.


#3. The Scottish Psychopath

Since WrestleMania 42, Drew McIntyre has been notably absent from WWE television. The Scottish Psychopath lost to Jacob Fatu at the Grandest Stage of Them All.

Following that, the 41-year-old star has been focusing on his Hollywood projects. As of now, the major stars on SmackDown are already tied up in other feuds.

Reports have also claimed that McIntyre could miss the Biggest Party of the Summer as he continues to prioritize his Hollywood commitments. This puts Drew in danger of missing the upcoming two-night premium live event.


#2. WWE Women’s Champion Rhea Ripley

Rhea Ripley is the WWE Women’s Champion, but the Eradicator is recovering from a real-life injury that has written her off television.

Reports disclosed that the former Judgment Day member was originally scheduled to defend her title against either Jacy Jayne or Alexa Bliss at SummerSlam. Meanwhile, the injury has now put her SummerSlam status in doubt.

If Mami fails to recover in time, she is expected to miss this year’s show in Minneapolis.


#1. Becky Lynch

Who will Becky Lynch face at SummerSlam?🤔 She should be in the main event scene.

The former Women’s IC Champion Becky Lynch is part of Monday Night RAW. Despite her star power, The Man currently lacks a clear creative direction heading into the Biggest Party of the Summer.

As of this writing, it appears that WWE has no major plans for Lynch at SummerSlam. If nothing significant happens in the coming weeks, The Man could miss this massive PLE.

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/randy-orton-3-wwe-stars-danger-missing-summerslam-2026?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