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


#5. Why did Liv Morgan walk out during a WWE watch-along?

Earlier this week, WWE hosted a watch-along where superstars rewatched their match and reacted to it. The company picked last year’s Royal Rumble event, and The Judgment Day, Liv Morgan, Raquel Rodriguez, and Roxanne Perez reacted to the gimmick match.

In the end, Liv Morgan pointed out that the cameraman disrespectfully took the spotlight away from her when Morgan and Raquel Rodriguez were doing their signature tag team move in the middle of the ring. The former Women’s World Champion felt disrespected and walked out during the watch-along as Perez and Rodriguez tried to reason with her.


#4. WWE accidentally spoiled an entrant for the Royal Rumble

For the first time, WWE is set to host the Royal Rumble in Saudi Arabia, and the event is reportedly produced on a grand scale. Regardless of the size of the event, technical difficulties can occur and unintentionally spoil a few things along the way, which happened on SmackDown.

When Axiom and Nathan Frazer appeared on stage, a graphic popped up, which accidentally revealed that The Vision’s Bron Breakker is set to kick off the Men’s Royal Rumble match as the first entrant. It’ll be interesting to see if the management makes any changes to the list before the show.


#3. The Rock’s daughter, Ava Raine, announced her WWE exit

Simone Johnson, aka Ava Raine, signed with the Stamford-based promotion in 2020. The fourth-generation star had competed in matches for the developmental brand before she became an on-screen personality for the weekly product. Recently, she made a bombshell announcement.

In a post on Instagram, Johnson confirmed that her recent appearance on NXT was her final appearance for the company, as she’s leaving the Stamford-based promotion. Ava thanked the fans for years of support as a talent and revealed she decided not to sign a new contract with WWE.

It’ll be fascinating to see what’s next for her in the industry.


#2. Top AEW name could miss WWE Royal Rumble 2026 – Reports

Earlier this year, it was reported that Powerhouse Hobbs has signed a deal with the Stamford-based promotion and could soon debut for the product. However, a new report suggests that the former TNT and AEW World Trios Champion could miss out on the Royal Rumble match.

According to Fightful Select, Hobbs was scheduled to travel to Saudi Arabia with the crew from the red brand. Unfortunately, that hasn’t happened, and there’s uncertainty whether the 35-year-old star will even debut at the show and compete in the gimmick match.


#1. WWE legend Stephanie McMahon details unfortunate wardrobe mishap

Stephanie McMahon is a few months away from becoming a WWE Hall of Famer, as she’s set to enter the illustrious list in April 2025. The Billion Dollar Princess has contributed to the promotion both on and off screens for decades under two different regimes.

Speaking on What’s Your Story? with Steph McMahon, the former Women’s Champion detailed an incident where she unfortunately suffered a wardrobe mishap on the announce desk during a spot with Triple H. The veteran was thankful that social media wasn’t around during the whole incident.

“So, I’m bent over at the top of the announce table, and he [Triple H] puts my one arm back, and he puts the other arm back. So, I’m staring at my own naked b**bs out there. Thank God, people didn’t really see because I was all bent over, but if social media were around,” McMahon said.

Trish Stratus talks wrestling Steph & Roman Reigns' crush | What's Your Story? With Steph McMahon

McMahon could make more appearances for the product ahead of her induction in April.

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/wwe-news-rumor-roundup-stephanie-mcmahon-details-unfortunate-wardrobe-mishap-liv-morgan-walks-out-female-star-leaves-company?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