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

In a conversation with Chris Distefano on his YouTube channel, the host asked the couple whether they had any plans to have kids. Both agreed and said they want to, but they’re very busy in their professional lives, which is why they haven’t set a date.

“[We] want it for sure,” Green said.

“One day. Yeah. We’re a little busy right now,” Cardona said.

Chelsea Green & Matt Cardona on Marriage, WWE & Their Most Unhinged Stories | Chris Distefano

It’s a rare update from the couple, as they often discuss their personal lives in interviews and stick to sharing their individual wrestling experiences. Earlier this year, they shed light on the same topic on WWE Unreal.


What’s next for Chelsea Green and Matt Cardona on WWE SmackDown?

Last month, Chelsea Green won the Interim WWE Women’s Championship in a 5-way Ladder match at SummerSlam in Minneapolis. The Hot Mess soon became the official champion and started a storyline with Nia Jax. After successfully defending the title against The Irresistible Force in Mexico City, Nikki Bella approached the champion and set herself as the next challenger.

Meanwhile, Green has been teaming up with Tiffany Stratton for a while, and The Buff Barbia could turn heel in the coming weeks or months. Earlier this year, Matt Cardona returned to WWE and joined the blue brand. After a segment with Chelsea Green and Gunther in August, the former United States Champion started a feud with The Miz and Kit Wilson.

Unfortunately, the 41-year-old star tore his triceps in a match with Wilson on Main Event. The Indy God will be on the sidelines for a few months before he can return to in-ring competition.

If you use quotes from the article, please credit Chrisdcomedy and provide an H/T to Sportskeeda Wrestling for the transcription.

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-we-want-it-wwe-couple-shares-rare-personal-update?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