”
], { 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 two have been happily married since 2021 and are parents to a five-year-old daughter named Roux. Last year, Becky Lynch revealed that she wouldn’t be opposed to having another kid.
Given her grueling travel schedule, she wasn’t sure when the couple would get time to expand their family.
She took a 15-month hiatus during her first pregnancy in 2020, the longest she’s ever been on the sidelines throughout her WWE career.
Speaking on the Harland Highway Podcast, Becky Lynch said she and Seth Rollins plan on having one more kid.
When asked if she wants a boy this time, the Irishwoman said either is fine, though she wasn’t sure whether she could handle a boy.
“I love the kids. Maybe one more. Maybe one more… No, for sure. Yeah, for sure. It’s just little boys are wild. No, either way, I’d be delighted either way, you know.”
You can check out the full interview below:
What’s next for Becky Lynch on WWE?
Becky Lynch has staked her claim on Liv Morgan’s WWE Women’s World Championship since coming back to RAW after SummerSlam.
The Man hasn’t received a title opportunity yet because Stephanie Vaquer has already inserted herself into the title picture. That changed this past Monday when La Primera challenged the Miracle Kid in a WrestleMania 42 rematch.
Stephanie Vaquer came up short after Raquel Rodriguez and Roxanne Perez of The Judgment Day caused a distraction, allowing Liv Morgan to retain her gold. The Irishwoman tried to level the playing field, but the damage was already done.
With Money in the Bank on the horizon, a Triple Threat Match could be on the cards for the next premium live event.
If you use quotes from the article, please give an H/T to Sportskeeda Wrestling for the transcription.
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-maybe-one-more-becky-lynch-open-children-seth-rollins-reveals-whether-wants-boy?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




