”
], { 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);
});
});
})();
Speaking on The Rich Eisen Show, Becky Lynch made an appearance, and Seth Rollins hosted the segment. They reminisced about how they became friends and eventually started dating. During this, Big Time Becks jokingly brought up how The Architect considered polygamy at one point, which made The Man rethink her choice.
“Well, you know, he had a reputation. He’s a charming man. A handsome man. You know, he was a bit of a flirt. We were friends. So, he was telling me about how he was considering polygamy. So, you know. I don’t know if this is the one for me,” Lynch said.
Rollins added:
“Would you like to be my sister wife,” Rollins said.
The two got married in 2021 and are still going strong.
WWE’s Seth Rollins opens up about polygamy
WWE Superstars often keep their personal problems away from the screen and often address them behind closed doors. However, Seth Rollins was going through a lot in 2018, and The Visionary eventually decided to address it years later when his issues were in the past.
In an appearance on Something’s Burning, the multi-time WWE Champion opened up about polygamy and explained he felt that he had to go with it. Moreover, Becky Lynch was aware of it and made her stance clear on the situation, which ultimately helped Rollins make a decision.
In the end, the two started dating and tied the knot in 2021. The couple currently has one daughter, and they’re still working in the Stamford-based promotion. As of writing, Becky Lynch is on hiatus, and Seth Rollins will face Roman Reigns at SummerSlam 2026.
If you use quotes from the article, please credit The Rich Eisen Show and provide 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-he-considering-polygamy-female-wwe-star-seth-rollins?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




