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

A fan of Belair’s recently posted an Instagram story telling her that once she has delivered her baby and owing to her amazing genetics, she would probably not take too long to get back in shape for the ring. She responded to her fan with another story, saying:

“😬😬😬 we shall see lol.”

You can check out her Instagram story below:

Although Bianca Belair did not specify when she could return, she does seem eager to get back inside the ring after being away for nearly a year and a half.


Reason For Bianca Belair’s WWE Absence

The EST of WWE is a three-time world champion in the promotion. She last wrestled at WrestleMania 41, where she fought in an epic Triple Threat Match against Rhea Ripley and then-reigning Women’s World Champion IYO SKY, who successfully defended her title.

During the clash, Bianca Belair hurt her hand. However, the initial diagnosis was inaccurate. She first believed that she had broken a few fingers, but it was later discovered that her knuckle and joints were fractured in multiple places, making the injury more severe than initially expected.

Considering her injury occurred in April 2025, the WWE Universe was expecting Belair to return to the ring soon. Instead, she turned up at this year’s WrestleMania and announced her pregnancy with the show’s host, John Cena, by her side. Belair and her husband, Montez Ford of the Street Profits, recently announced that the baby was expected in September 2026.

So far, there is no news on when the former world champion can return to the ring. However, rest assured that whenever she does, she will jump right back into the main event picture.

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/news-update-bianca-belair-finally-addresses-potential-wwe-return?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