”
], { 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);
});
});
})();
“With Fanatics Fest, with all the merchandise, with Topps, with Mattel, WWE, you know, they realize how important the collecting is, the community is.” [H/T – TJRWrestling]
Matt Cardona then discussed why he decided to break the stigma surrounding wrestling collectibles. He also addressed the famous stereotype against “guys collecting figures,” pointing to his marriage with Chelsea Green:
“That’s why Brian [Myers] and I originally started [Major Wrestling Figure podcast]. It’s been about nine years, is because we wanna kinda break that stigma. And I felt like wrestling collectibles were still, like, taboo at the time, you know? And we wanted people to be proud of their collections, big or small, whether it be replica belts or T-shirts, cards, or figures. You know, when we were growing up, there was that movie, The 40-Year-Old Virgin, about guys collecting figures and keeping them in the package. And, you know, I’m 41 years old now. I’m not a virgin, and I’m having s*x with the WWE Women’s Champion [Chelsea Green].”
Does WWE Champion Chelsea Green approve of Matt Cardona’s love for toys?
Cardona’s marriage was explored in the latest season of WWE Unreal. The SmackDown star’s toy collection was revealed during an episode, and, thankfully for him, Green appeared to be supportive of his hobby.
Posting a clip from the Netflix show, Matt Cardona even joked about his relationship on X:
“I’m lucky I found a hot woman that is cool with my love for toys.”
Chelsea Green has been in the news recently for saying she wants to start a family. The popular star also suffered an injury after SummerSlam 2026, so it remains to be seen what’s next for her.
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/news-i-m-s-x-wwe-women-s-champion-star-gets-brutally-honest?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



