], { 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 Wyatt Sicks were involved in lengthy feuds with factions like American Alpha, The Final Testament, and MFT on WWE programming. However, the stable arguably failed to reach its true potential due to lackluster booking. In April 2026, the promotion released Howdy and his then-teammates from their contracts.

The 90-day non-compete clause in Bo Dallas’ WWE contract has now concluded. Hence, he is a free agent and is available to take bookings outside the sports entertainment juggernaut.

Interestingly, the former NXT Champion has yet to wrestle following his departure from World Wrestling Entertainment. However, Dallas was recently announced for the Lexington Comic & Toy Convention. LCTC will take place from September 4 to September 6 at the Central Bank Center in Lexington, New York.

You can view the official graphic promoting Dallas’ upcoming appearance below.


The Wyatt Sicks Wanted Their Own Sitcom on WWE TV

Given the success of The Wyatt Family, fans had high expectations for The Wyatt Sicks in WWE. The Uncle Howdy-led group had a unique look and presentation. However, the creative team consistently booked the faction in inconsequential storylines with no character development.

Joe Gacy, who held the Tag Team Title as part of The Wyatt Sicks, recently appeared in an interview on Casa D-18 Studios‘ YouTube channel. During the chat, Gacy revealed that he and his stablemates wanted to be featured in a creepy sitcom, but the idea never materialized.

“We had this basically this idea where we would be in our own sitcom, but it would be very weird. Like something where me [sic] and Nikki are on the floor playing with toys and Dexter’s doing whatever he’s doing, and we’re just in a living room, living like a family, and like Rowan comes in from work. It’s like we have laugh tracks, but like it’s real awkward and creepy, and weird things happen, kind of like how they did in WandaVision. That was something we pitched early on that never, unfortunately, came to fruition,” Gacy said. (H/T: No DQ)

Gacy and Dexter Lumis are currently working as a tag team on the independent circuit. It will be interesting to see when Bo Dallas laces up his wrestling boots again.

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-huge-announcement-bo-dallas-outside-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