”
], { 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);
});
});
})();
That night, the Wyatt Sicks lost to the MFTs in an eight-man Street Fight, also culminating their months-long feud.
While it marked their last match as a group under the sports entertainment juggernaut, fans haven’t seen the last of them yet.
Earlier today, WrestleCon took to its X handle to announce that all five members of the former Wyatt Sicks will be there for the three-day convention in Minneapolis during SummerSlam 2026 weekend.
“Let them in! This group may be headed in different directions, but we have assembled them once again for the entire 3 day weekend. Group pro photos will be available each day.”
You can check out the tweet below:
Will Uncle Howdy return to WWE anytime soon?
Speaking on the 83 Weeks podcast, Eric Bischoff opened up about the Wyatt Sicks’ release, admitting that their writing was on the wall.
However, he predicted that Uncle Howdy would be back in WWE within a year.
“I think the presentation was a mess… trying to recreate something like that very seldom is as good as the original. They had nothing to do with talent. It had everything to do with the presentation. Between six months to twelve months, he’ll be back… it’s just a matter of figuring out something that will work. He’s a smart kid… he’s been around the business his whole life… he’s young, he’s talented. He got saddled with a bad idea… all the intentions were right, but the idea wasn’t. So now it’s back to the drawing board.”
Bo Dallas had a 17-year stint with the Stamford-based promotion, during which he underwent significant character changes. His Uncle Howdy gimmick was some of the best work of his career.
The Wyatt Sicks will serve their 90-day non-compete clause before entering free agency. Will Triple H bring back Uncle Howdy? Only time will tell.
`;
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-breaking-good-news-wyatt-sicks-fans-wwe-exit-return-announced-summerslam-weekend?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













