”
], { 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);
});
});
})();
Without further ado, let’s dive into three rumors we hope are true, and one we hope isn’t.
#3. Hope true: CM Punk’s role for SummerSlam 2026
CM Punk is notably absent from the Stamford-based promotion. He last appeared on RAW after WrestleMania 42, and hasn’t been seen on television ever since.
Amid his absence, a report from WrestleVotes via Fightful Select revealed Punk’s major plans. Sources disclosed that the Second City Saint will play a significant role at the Biggest Party of the Summer.
We hope that the rumor is true. WWE should book the Voice of the Voiceless in a major role at SummerSlam, making the Premium Live event even bigger.
#2. Hope true: Chad Gable plans for WWE SummerSlam
Chad Gable has been the talk of the town among the audience since his Mask vs. Mask mask under the El Grande Americano gimmick at AAA. After losing the match, the former Alpha Academy member removed his mask and returned to the World Wrestling Entertainment as Chad Gable.
Since his return, WWE has been giving the 40-year-old star a strong booking. According to the recent update, the Triple H creative regime wants Gable to receive a huge push, eventually giving him a prominent presence in front of his fans at SummerSlam this year.
We hope that the rumor is true. The WWE Universe is rallying behind Chad Gable, and it’s the perfect time to give him a singles push in the company.
#1. Hope not true: Rhea Ripley injury update
Rhea Ripley is the current Women’s Champion in the TKO-led promotion. Lately, Mami has been out of action due to a real-life injury.
A recent update revealed that there have been significant shuffles to the storyline in the absence of Ripley. Her injury status has caused major changes in the landscape of the women’s division on Friday Night SmackDown.
Additionally, Tiffany Stratton has replaced Rhea Ripley on the Night of Champions 2026 poster, subtly confirming that the Eradicator will be absent from the Saudi Arabia show.
These changes confirm that Ripley isn’t expected to return anytime soon and will probably miss upcoming major WWE shows. We hope that the rumor is not true. We at Sportskeeda wish the former Judgment Day member a speedy recovery and hope she won’t be away from television for long due to her injury.
#1. Hope true: No changes to SummerSlam 2026 PLE
This year, the biggest Party of the Summer is set to take place live on August 1 & 2 from U.S. Bank Stadium in Minneapolis, MN. On June 18, The Minnesota Star Tribune reported that the venue’s roof was damaged in a hailstorm in 2023 and needed to be repaired.
Fans have since been wondering whether the company will be forced to cancel the show, as the roof hasn’t been replaced yet. However, a recent report clarified that SummerSlam will take place as planned, as WWE has told the city officials that the roof is structurally safe
“Following yesterday’s report from The Minnesota Star Tribune that a large portion of the roof at U.S. Bank Stadium requires replacement due to hail damage sustained in 2023, a WWE source tells us the issue is not expected to impact SummerSlam in any way. We’re told WWE has been informed by city officials that the roof remains structurally safe. A statement from the Minnesota Sports Facilities Authority included in the report reads: “All Minnesotans can be confident that the roof at U.S. Bank Stadium is safe, that proactive steps are in place to preserve its unique environment, and the MSFA’s financial safeguards have protected this public investment.” – WrestleVotes said
We hope that the rumor is true and SummerSlam goes as planned.
`;
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/3-wwe-rumors-hope-true-1-hope-d87d3ee4?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













