”
], { 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);
});
});
})();
However, earlier today, False Finish posted an update on X (Formerly Twitter) claiming that Gargano hasn’t had WWE in his bio for years. It was further pointed out that the former NXT Champion is still on the internal roster.
Johnny Gargano’s last match was on the go-home edition of Friday Night SmackDown before WrestleMania 42. He was one of the participants in the André the Giant Memorial 2026 Battle Royal.
WWE Superstar Johnny Gargano opened up about his father’s illness
Earlier this month, Johnny Gargano posted an update on social media to share details about his father’s illness.
The 39-year-old noted that he was going to take a break from TV to talk about his father’s stage 4 lung and prostate cancer. He shared a long, heartfelt message, appreciating his fight against the heartbreaking illness. Gargano further clarified that he was going to take a break from his on-screen character to share details about his real life on social media.
“Gonna take a break from the TV bit for a minute to share some important real life stuff that’s been weighing on me with you all. This is my Dad. He’s 84 years old, and up until a few years ago when our family restaurant unfortunately burned down, he’s worked every single day of his life. He is the most stubborn, resilient, hardest working person I know (definitely where I get it from)… To clear up any confusion. I meant I’m taking a break from staying true to the TV bit on social media to post this,” Gargano wrote.
Only time will tell what the future holds for Johnny Gargano and Candice LeRae.
`;
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-update-on-johnny-gargano-s-wwe-status?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













