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

Taking to Instagram, Charlotte Flair shared an old picture with her father, the WWE legend Ric Flair. In the caption, she wished him a happy Father’s day, writing:

“No matter how old I get, I’ll always be your little girl. Happy Father’s Day ♥️ Love you, Dad BIG AS THE SKY 🦋 💎 @ricflairnatureboy Diamonds are FOREVER ♾️”

You can check out the post below:

Ric Flair is also very appreciative of his daughter Charlotte Flair

Charlotte’s work in the pro wrestling world has gained her a sizeable fanbase, but one particular fan stands out.

A young fan names Scarlette Guillen, who was diagnosed with a rare form of brain cancer at the age of 5, has a special bond with Charlotte. The Queen has interacted with her a few times, including visiting her at her home and being present at her first Holy Communion.

Taking to X, Ric Flair had shared an appreciative message for his daughter’s actions. He wrote:

“With All The Bull**it Going Around In The Media Around Sports, This Is All That Really Truly Matters. This Has Affected Me More Than Anything Except For The Love I Have For My Daughters. The Rest Is All Bull**it. This Is REAL. @MsCharlotteWWE Has Given Her The Will To Live Longer Than She Ever Expected To. She Is So Special And STRONG. Nothing Else Matters. Luka, The Four Horsemen, etc. Forget It! This Overrides Everything! God Bless You Sweetheart! We Love You Scarlett!”

Charlotte was recently knocked out of the Queen of the Ring by Liv Morgan. It remains to be seen what is next for her in WWE.

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-sends-heartwarming-message-father-ric-flair?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