”
], { 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);
});
});
})();
Mella recently appeared on the Hot Mom Sh*t podcast. During the chat, she discussed how the nature of her dates with Graves had changed now that she was retired. When the host brought up the retirement comment, the former WWE Superstar said she couldn’t wrestle anymore because she was focused on raising her kids.
The Queen of Staten Island’s remarks quickly went viral on social media. In response, the former Women’s Champion claimed that she had been retired since she had her first child. However, the 38-year-old wrote that she could lace up her wrestling boots again.
On X, Carmella recently shared a video of herself in a swimsuit and red boots. Going by the post, she is in remarkable shape. In the caption, The Queen of Staten Island debunked rumors of her retirement from in-ring competition.
“Hope this clears up any confusion…”
You can view Carmella’s post on X here.
WWE legend Nattie sent a message to Carmella amid rumors of her retirement
Nattie (aka Natalya) is currently grooming the next generation of WWE Superstars in NXT. During Carmella’s time in the sports entertainment juggernaut, the duo shared the ring several times as tag team partners and rivals.
After Carmella’s comments on her pro wrestling future surfaced on social media, The Low-Key Legend sent her a heartfelt message on X. Nattie wrote that she would always have a spot for her in the Dungeon 2.0.
“I love my Mella! 🤍 And whenever you decide you want to wrestle again, you know where to find me!! I’ll always have a spot for you in the Dungeon. I’m always here for you & loved every second of getting to wrestle you!!!! 🤍.”
Fans would love to see The Queen of Staten Island perform inside a WWE ring again. However, it’s unclear whether she will set foot inside the squared circle for another match.
`;
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-hope-clears-confusion-ex-wwe-star-carmella-seemingly-confirms-whether-she-s-retired?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













