], { 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 former NXT Champion was originally set to be part of the event on Friday April 17th and was there for photo ops and autographs, but confirmed the heartbreaking news himself on X.

“Hey familia, this is the Emperor of Lucha Libre, Santos Escobar, with a quick update on WrestleMania week. As you probably already know, I went through tricep surgery. There was a minor hiccup on the road with my ulnar nerve, a nerve that runs through my arm. So, I’m gonna have to go and do surgery again to repair that situation. Kills me not to be there with you this week, but to all of my WWE family, happy WrestleMania week.” he noted.

Despite missing the event, Escobar told fans to have a happy WrestleMania week, in the hopes that he will be part of the event and on the card for next year’s show.

WWE recently pulled Kevin Owens from WrestleMania week

Escobar isn’t the only name to have pulled out of WrestleMania week, since fans noted last week that they had been told that Kevin Owens was also no longer appearing.

Dave Meltzer revealed on the Wrestling Observer that the real reason behind this wasn’t anything salacious; it was just bad timing for Owens, and the decision was made to pull him from the event.

There was speculation on social media that Owens could be returning at WrestleMania to be part of the angle with Randy Orton and Pat McAfee, but there has been nothing substantial behind this rumor.

WWE’s biggest show of the year will kick off on Friday night with SmackDown, before The Hall of Fame Ceremony follows, WrestleMania Night one and two will take place over the weekend, before The RAW After WrestleMania will close out the weekend on Monday.

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-former-wwe-champion-officially-pulled-wrestlemania-week-due-injury?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