”
], { 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);
});
});
})();
Luca recently took to X to reflect on his time with the global juggernaut, thanking the fans, the creative team, and others for an amazing chapter of his life:
“After much reflection, I’ve decided it’s time to close this chapter of my life. Being a part of the WWE has been a dream ever since I was a child. Getting the chance to live out my dream in front of the world is something I’ll never take for granted. To the fans … thank you for every cheer, every boo, every moment of support. You made this journey unforgettable. I am forever grateful for the friendships that I made along the way. From talent, to coaches, to the creative team, to every single person I came in contact with at the performance center … thank you! Thank you for pushing me, believing in me, and sharing the ring with me. I’ve learned more than I can ever put into words and met some of the greatest people that will be friends for life.”
The former WWE star also announced that he’s stepping away from professional wrestling:
“As of today, I’m officially stepping away and retiring from professional wrestling. It’s not an easy decision, but it’s the right one for me. This isn’t goodbye, just the end of one incredible chapter. Again, I can not say this enough … Thank you! What an amazing last 4 years and don’t worry about me… I will figure it out.”
Many notable names from the main roster also departed WWE
While Luca Crusifino was a part of the WWE development territory, many prominent names from the main roster also departed the company after WrestleMania 42. Among those were Aleister Black, Zelina Vega, Motor City Machine Guns, The Wyatt Sicks, and Kairi Sane.
Kairi Sane’s departure came as a huge shock to many, as she was involved in an active storyline with Iyo SKY and Asuka. Aleister Black was also reportedly slated for a role in the feud between Randy Orton and Cody Rhodes, but was replaced by Pat McAfee before getting released by the company.
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-star-announces-retirement-from-pro-wrestling-after-getting-released-from-wwe?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


