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

After the match was over, Charlotte Flair took to social media to post a black-and-white photograph of Asuka. This raised questions about whether The Empress of Tomorrow was done with WWE, and would be exiting the company just like Kairi Sane did. The photograph added fuel to the conversation about Asuka leaving since she herself had made a cryptic post about quitting WWE.

Now, The Queen has clarified that she wasn’t hinting at anything but giving Asuka her flowers.

“Just a fan!!! ❤️,” wrote Flair.


Charlotte Flair named the WWE superstar she is biased towards

The Queen is a second-generation WWE Superstar who was raised in the business, having several accolades to her name.

Over the years, she has witnessed superstars enter the company, rise, and attain glory. Ahead of Backlash, she had spoken to ESPN SportsCenter about the younger superstars, and two names came up as the ones to watch out for.

Charlotte Flair named Trick Williams and Bron Breakker as the superstars fans should have watched out for at Backlash. Furthermore, she added that she is slightly biased towards Bron Breakker.

“Then a little biased, Bron Breakker, given he’s a second-generation talent. He was out on injury, when he came back, he made definitely an impact at WrestleMania (42). and facing Seth, who is one of, you know, the greats of my generation,” Charlotte Flair said.

Trick Williams faced Sami Zayn with the United States Championship on the line. He retained the championship against Zayn.

Bron Breakker faced Seth Rollins at Backlash 2026. This was a match that had been building for a while. Even though the rivalry doesn’t seem to be over, Bron Breakker emerged victorious at Backlash.

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-charlotte-flair-clarifies-rumors-bidding-farewell-top-wwe-star-backlash-2026?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