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

Patrick Ellrich isn’t a name fans would recognize easily, but he has been a former tag team partner of current WWE Superstar Xavier Woods. As such, the New Day member helped Garcia set up with his best friend.

The 59-year-old ring announcer got secretly engaged sometime last year and was planning to get tie the knot in 2026. The power couple has since been planning their wedding date.

During a Q/A on her Instagram this week, Lilian Garcia and Patrick Ellrich disclosed that they have decided to get married this summer, though the exact date still remains unknown.

“We’ve been narrowing this down. You know, it hasn’t been easy trying to figure out a time because of the WWE schedule. I really want to be there for you guys. I obviously want to be there for my man, too. So it’s trying to figure this out. I mean, and we also have Proper Hop. We were very devoted to Proper Hop 2.0, revamping that, redecorating. He was, you know, I was like, in charge of decoration for this new space, and he was doing all the cocktails and stuff. And we worked together so good as a team… but like concentrating on that and then being able to now figure out the WWE schedule, but we think summer, summertime.”


What’s next for Lilian Garcia in WWE?

Lilian Garcia continues to serve as a part-time ring announcer.

She has now become a regular fixture on Saturday Night’s Main Event. She was last seen on television during the January 24th edition of the special show in Montreal, Canada.

She made a one-off return to Monday Night RAW on January 26, filling in for Alicia Taylor. With WrestleMania 42 right around the corner, it will be interesting to see if Triple H will bring her back for the two-night event.


If you use quotes from this article, please give 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-wwe-ring-announcer-lilian-garcia-announces-tying-knot-retired-star-xavier-woods-ex-partner-summer?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