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

“The idea was to return to WWE and do a storyline with her. That was the idea. But she got injured. And she was out for a year. I mean, I returned and was like everything got cut off,” he said.

ANDRADE - EL CAMINO DE UN MEXICANO A LA ÉLITE DE LA LUCHA

(from 1:29:05)

Charlotte Flair had previously revealed in 2021 that she had pitched the possibility of working with Andrade on WWE TV. At the time, Flair said she was interested in showing a different side of herself by portraying an on-screen relationship. WWE ultimately did not move forward with the concept.

Andrade later left WWE, signed with AEW, and returned to WWE at the 2024 Royal Rumble. However, the timing of his comeback proved unfortunate. Charlotte Flair suffered a serious knee injury during the match against Asuka in December 2023 and underwent surgery, which kept her away from WWE programming for more than a year.


Charlotte Flair and Andrade’s divorce

There was also a significant personal development during that period. Flair filed for divorce from Andrade in June 2024, and it was finalized in October 2024. The couple had married in May 2022 after beginning their relationship in 2019.

Andrade explained that by the time he returned to WWE, the storyline he and Flair had envisioned was no longer possible because she had been sidelined.

Andrade El Idolo has repeatedly defended Flair when fans attempted to connect their divorce to his WWE departure. In a previous interview, he made it clear that The Queen had nothing to do with his exit and said he still respected her.

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-supposed-work-her-ex-husband-wwe-storyline-reason-why-got-scrapped?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