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

Garza and his cousin, Humberto Carrillo have been sharing updates in recent weeks that tease that their contracts could be up soon, and Garza was recently questioned by a fan about being fired.

A fan questioned Angel Garza on social media and asked what would happen if his being fired was part of the process, after Garza shared an update that said: “Everyone wants the glory without going through the process.”

Garza noted that if he was fired then it would be part of the process.

Angel Garza has been part of WWE since 2019

Angel Garza came into WWE through NXT and signed with the company back in 2019, before climbing the ranks up to the main roster. While he was in NXT, he was one fo the company’s most popular stars and was even promoted to work with Zelina Vega.

This later led to Garza joining forces with his real-life cousin Humberto, and the two men had a short-lived alliance with Legado Del Fantasma. This group has officially come to an end following Santos Escobar’s WWE release last month, and now the duo works as Los Garza on SmackDown and in AAA.

The recent teases on social media have concerned many fans, but it’s noted that the team signed new contracts in the summer of 2025, which means that if these were only for a year, then they could leave in a few months’ time.

That being said, The New Day also signed new deals back in 2025, which would have allowed them to remain a part of WWE until 2030, but they decided to negotiate a way out of these deals, and it was revealed yesterday that Kofi Kingston and Xavier Woods had officially parted ways with WWE.

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-angel-garza-reacts-potentially-fired-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

Leave A Reply

Exit mobile version