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


#3. Nikki Bella makes a huge revelation

Nikki Bella is one of the most popular female stars in the Stamford-based promotion. The Fearless One made her WWE return last year and has had an eventful run.

She recently reunited with her sister, Brie Bella, who made her own comeback in the 2026 Women’s Royal Rumble Match. Though the WWE Hall of Famers didn’t succeed in the multi-star extravaganza, they have already set their sights on some gold: the Women’s Tag Team Championship.

Apart from Nikki Bella’s in-ring career, her personal life also creates a lot of buzz among fans. The former Divas Champion has been romantically linked with 22-year-old NFL star Cooper DeJean for some time now. Nikki herself has acknowledged the speculations with little moves here and there, but she has now seemingly given a confirmation on the duo’s status.

While speaking during an interview with Entertainment Tonight, Nikki Bella clearly stated that DeJean was a “good friend,” putting an end to all dating talk.

“You’re talking about my good friend. There you go. Good friend,” said Nikka Bella.

Is this Nikki Bella trying to keep her much-speculated relationship with Cooper DeJean under wraps? Only time will tell.


#2. New champions crowned

The February 7, 2026, edition of AAA on FOX witnessed a major title change. Mr. Iguana and Lola Vice defeated Ethan Page and La Hiedra, who replaced the injured Chelsea Green, for the AAA World Mixed Tag Team Championship.

Both teams had a back-and-forth encounter, but in the end, an inadvertent collision between Page and Hiedra saw Vice put the luchadora down with a spin kick. The NXT star then got an easy three-count on La Hiedra, ending Ethan Page and Chelsea Green’s almost 100-day reign.

We at Sportskeeda Wrestling would like to congratulate Mr. Iguna and Lola Vice on the massive victory!


#1. Identity of Bron Breakker’s attacker at WWE Royal Rumble

The Vision’s Bron Breakker had high hopes of headlining WrestleMania 42 heading into WWE Royal Rumble 2026. However, those dreams went up in smoke after a mysterious hooded man attacked him at ringside, leading to his quick elimination at the hands of Oba Femi.

Multiple names have been thrown around as to who could be this unknown assailant. According to Dave Meltzer on the Wrestling Observer Newsletter, WWE intended to make it seem like Seth Rollins was the one who attacked Breakker in Saudi Arabia.

He then added that there was backstage talk of Grayson Waller being the mystery star who cost Bron Breakker. Interestingly, Waller was in Saudi Arabia, but was not used on SmackDown or at Royal Rumble. He was only booked for a dark match during the tour.

“The identity of the masked man was supposed to make everyone think it was Rollins (…) It is not clear who was under the mask actually doing the stomp and there is no reason that person would be the one revealed when the time comes. Most of the talk was Grayson Waller under the mask, a name neither confirmed nor denied. Waller was in Saudi Arabia the entire week but wasn’t on Smackdown nor on the main card, but was booked for a dark match.”

It remains to be seen what twists and turns take place in this WWE storyline in the coming weeks.

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-nikki-bella-drops-huge-dating-bombshell-title-reign-ends-suddenly-identity-bron-breakker-s-mystery-attacker-revealed?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