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

A few hours ago, GalaxyCon made a huge announcement about Xavier Woods and Kofi Kingston. The veterans will be part of the popular festival from May 29 to May 31. It will mark the tandem’s first major appearance following their WWE exit. Woods was billed as “Austin Creed” in the announcement, while his teammate was billed as “Kofi”.

Woods recently broke his silence on the massive announcement. The former King of the Ring winner shared GalaxyCon’s post on his Instagram Story and wrote the following message:

“Back to my cosplay roots…”

You can view a screenshot of Xavier Woods’ Instagram Story below.

Woods was away from WWE programming, possibly due to an injury, before his exit. Meanwhile, Kingston was trying to recruit Je’Von Evans to The New Day.


What’s Next for Xavier Woods and Kofi Kingston Following WWE Exit?

The New Day was among the most popular factions in WWE. Xavier Woods, Kofi Kingston, and Big E won several championships, including the WWE World Title as part of the group. They naturally have many friends in the pro wrestling industry.

Many have been speculating that the duo could join AEW after the conclusion of the non-compete clause in their deals. Xavier Woods and Kingston share a strong bond with All Elite Wrestling EVPs Kenny Omega and The Young Bucks.

Recently, former AEW champion Will Ospreay spoke about The New Day in an interview with Forbes. The Aerial Assassin said he had only heard good things about the duo and would love to wrestle them. Ospreay also discussed the importance of Kingston’s WWE Championship win at WrestleMania 35 to the business.

A recent report by Fightful indicated that The New Day had a strong appeal in the fan convention circuit, and the faction could soon announce more appearances. Given the duo’s relationship with several AEW stars, fans could expect them to join the company in the future.

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-ex-wwe-star-xavier-woods-breaks-silence-after-huge-announcement?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