”
], { 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);
});
});
})();
Cody Rhodes is scheduled to defend the Undisputed WWE Championship against Gunther at Clash in Italy. The Ring General defeated Royce Keys on SmackDown earlier this month to become the number one contender. Both Rhodes and Gunther are scheduled to appear on tonight’s episode of SmackDown for a face-to-face ahead of their title match.
Roman Reigns will be defending the World Heavyweight Championship against Jacob Fatu in a Tribal Combat match at Clash in Italy. Rhea Ripley will also be putting the WWE Women’s Championship on the line against Jade Cargill. Ripley captured the title from Cargill at WrestleMania 42 last month in Las Vegas.
Becky Lynch lost to Sol Ruca via disqualification last weekend at Saturday Night’s Main Event. The Man will be defending her title against Sol Ruca this Sunday night at the PLE. Brock Lesnar lost to Oba Femi at The Show of Shows last month and seemingly retired after the match. However, The Beast Incarnate has since returned and will be facing Femi once again at Clash in Italy.
WWE legend Lilian Garcia gets married
Wrestling icon Lilian Garcia recently announced that she got married to Patrick Ellrich.
The veteran took to social media last month to share the news in a heartfelt announcement. She also thanked former WWE star Xavier Woods for introducing her to her husband.
“OMG…we can finally share the news…we did a thing!! 🤭🎊 April 12, 2026…BEST day of our lives! 🤗 Our hearts are full! 🥰❤️Thank you to everyone who had a part in our journey (especially @austincreedwins who helped connect us! 😁) Now heading to Wrestlemania as Mr & Mrs!!! 👰🏼♀️🤵🏻♂️🎉 Let’s gooooooooo!!!! 👏🍾🥳🥰❤️❤️❤️❤️,” Garcia wrote in the caption.
It will be interesting to see if the company has any surprises planned for Clash in Italy this Sunday night.
`;
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-major-wwe-star-returns-smackdown?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













