], { 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, let’s discuss three rumors we hope are true, and two we hope aren’t.


#2. Hope not true: WWE has no creative plans for a major star

Since the Triple H-led creative regime took over the company, WWE’s storylines and overall direction have undergone a transformation. Multiple stars are getting strong pushes under The King of Kings.

However, reports suggest that the company currently has no clear plans for Jordynne Grace. She is currently absent from WWE television, but the creative team usually figures out plans for stars who are off TV, especially with a PLE like SummerSlam on the horizon.

We hope this rumor isn’t true and that the company has a creative direction in place for Jordynne Grace when she returns.


#1. Hope not true: Brock Lesnar’s original WWE SummerSlam plans

Brock Lesnar is set to face Oba Femi in a Hell in a Cell match at the Biggest Party of the Summer.

Meanwhile, reports have revealed that The Beast Incarnate was originally supposed to lock horns with Gunther at SummerSlam before the plans changed.

Gunther vs. Brock Lesnar has been a dream match for many ever since their confrontation in the Men’s Royal Rumble Match. The former Imperium leader had all the momentum on his side after retiring Goldberg, John Cena, and AJ Styles.

We hope this rumor isn’t true, as Brock Lesnar and Oba Femi still have unfinished business to settle. It’s the right decision for the company to move forward with a Hell in a Cell match. If WWE wants to book a Lesnar vs. Gunther showdown, it would be better to save it for next year’s Royal Rumble or WrestleMania 43.


#3. Hope true: Plans for former Women’s World Champion revealed

Do you miss Stephanie Vaquer in action?

WWE SummerSlam is just a few weeks away, and a major return is expected to happen soon. Sources have confirmed that Stephanie Vaquer is likely to return either a week before the Biggest Party of the Summer or at the Biggest Party of the Summer.

Reports further added that the RAW women’s division has lacked star power in the absence of the former Women’s World Champion. The company is expected to utilize her in a major role upon her return.

We hope this rumor is true, as La Primera’s comeback would add an exciting twist to the Women’s World title picture. It would be great to see WWE bring Vaquer back ahead of or at SummerSlam, as her return could significantly strengthen the women’s division heading into the premium live event.


#2. Hope true: Current Champion is frustrated with his booking

Current WWE World Tag Team Champion Bron Breakker is reportedly frustrated with his creative booking. Over the past few months, the new Big Dog has reportedly not received the strong push many fans expected in the sports entertainment juggernaut.

Sources have claimed that Breakker is unhappy with his creative direction, which has reportedly led to growing frustration.

“I can finally say this. I was not allowed to say this earlier because it was off the record, but now it’s on the record. I can tell you guys publicly, for a fact, that some of what happened with Bron Breakker creatively did frustrate him. Like, Bron Breakker, for a fact, was very frustrated with how a lot of his creative played out early this year.”

We hope the rumor is true because Bron’s booking has been getting worse with each passing day. We also hope Breakker has raised his concerns backstage regarding his booking and that the company improves his creative direction as the road to SummerSlam continues.


#1. Hope true: Gunther was set for a match with Roman Reigns

Post-WrestleMania 42, Gunther was involved in the Undisputed WWE Championship picture. Despite multiple attempts, The Ring General failed to capture the title.

Amid this, reports revealed that the former Imperium leader was originally planned to face Roman Reigns later this year. However, those plans were reportedly scrapped. As of now, the reason remains unknown, but we hope the report is accurate.

The fact that the creative team discussed Gunther vs. Roman Reigns is a good sign, suggesting the company could book this blockbuster bout in the near future.

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/3-wwe-rumors-hope-true-2-hope-aren-t-summerslam-match-canceled-triple-h-given-major-star?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