”
], { 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);
});
});
})();
On Friday, before SmackDown, the company released a huge number of stars. Another star just now confirmed she was also released by the company. However, a report by Fightful Select has revealed that the company has also broken a long-standing rule. One of the stars released by the company, Santos Escobar, was injured at the time of his release. He suffered a torn tricep during a match.
This is something that is against the company’s long-standing policy of not releasing injured stars, but it is something that the company has broken quite a few times recently, with Karl Anderson, Ridge Holland, and BJ Ray all let go or not extended, while they were injured. The release of Escobar confirms that the company is no longer following a rule that has mostly been followed for the past several decades.
Given the report signalling that Triple H and Nick Khan were primarily behind the cuts, it seems that they have decided to end the policy.
WWE re-signed Santos Escobar last year after the star’s contract had run out with the company. His contract expired on October 7, 2025, and he was leaving the company. However, the company hastily issued him a new deal, and he re-signed with them only a day later.
Since that time, the star has not really featured heavily in WWE programming. While he was part of a couple of AAA shows, for the most part, the star was not seen wrestling in the company again. His last televised appearance in WWE was on May 2 on SmackDown. He did feature on Worlds Collide as well on June 7, but since then, he has only featured on live shows, with the last one coming around July 27.
After re-signing with the company, he first appeared three months after signing, for an NXT house show in January. This was followed by two appearances for AAA.
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-triple-h-has-ended-a-long-time-wwe-rule-by-firing-beloved-star-reports?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


