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

She returned to the squared circle for one more match in September 2023. The veteran teamed up with Awesome Kong, Mickie James, Jordynne Grace, and Trinity to take on the team of Angelina Love, Deonna Purrazzo, Gisele Shaw, Savannah Evans, and Tasha Steelz in a 10-woman tag team match. Kong pinned Shaw to secure the win for her team.

Earlier today, Gail Kim responded to an X (Formerly Twitter) post asking her if she had an opportunity, would the 49-year-old wrestle Taryn Terrell again. The 7-time TNA/IMPACT Knockouts Champion simply noted that he was retired.

Kim wrote, “I am retired.”

You can check out her tweet below:

Former WWE Star Gail Kim previously spoke about her retirement

Gail Kim previously confirmed that she had retired from in-ring competition during her appearance on the Krazy Train podcast.

The legendary pro wrestler noted that she had no desire to get back in the ring. She added that it would take something truly special to make her come out of retirement.

“I don’t wrestle anymore. And for me to wrestle… I really don’t. And you know, I get this question every interview. ‘You know, is this your last match?’ I really, if I’m being honest, I have no desire to wrestle anymore because there is a switch that turned off. At least for me, there was a switch that turned off. I’m not saying that it couldn’t be turned back on. It would have to take something very special for it to be turned back on, but I have a lot of reasons why I wouldn’t step back in the ring,” Kim wrote. [H/T – Ringside News]

Gail Kim had two separate runs in WWE. Although she had several memorable matches, the TNA Hall of Famer frequently found herself underutilized throughout her time in the global juggernaut. It will be interesting to see if she returns to WWE for a backstage role in the future.

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-former-wwe-women-s-champion-confirms-retired-0ef90101?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