30-year-old wrestler confirms retirement; reported future plans revealed
”
], { 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 30-year-old wrestler officially confirmed her retirement in an Instagram post
After her final wrestling match, Missa Kate took to Instagram to send an emotional message. She revealed that when she started wrestling, she promised herself that she would retire after turning 30, no matter where she was in her career.
The star also mentioned that her retirement was “poetically beautiful” as her last match happened a day before her idol, John Cena‘s retirement match against Gunther at WWE Saturday Night’s Main Event on December 13.
“Dear Wrestling World, How do I start this…. Tonight was my last wrestling match. Not just with CSW but across the board. I made a promise to myself when I first started wrestling that no matter where I was with wrestling, at 30 years old I would be done. There is sooo much more to the story, but I’m just going to end with that. There’s something so poetically beautiful of @johncena being the first match I’ve ever seen, & then being able to retire from wrestling the day before he does. It’s almost like God planned it. Who’d a thunk it,” she wrote.
Kate also thanked her fans who supported her throughout the years, mentioning that she would miss them a lot.
Check out her Instagram post below:
Missa Kate’s reported future after her retirement as a pro wrestler has been revealed
According to a recent report by Fightful, several sources have indicated that Missa Kate has started to train for MMA after her official in-ring retirement. The 30-year-old former wrestler has also teased her career in Martial Arts with an Instagram post.
It remains to be seen what Missa Kate has planned for her future after her retirement from professional wrestling.
Read all the hottest WWE news from Sportskeeda by choosing us as your preferred source. Click HERE.
Edited by Aashrit Satija
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-30-year-old-wrestler-confirms-retirement-reported-future-plans-revealed?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 = ‘(adsbygoogle = window.adsbygoogle || []).push({});’;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…