”
], { 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);
});
});
})();
Nearly three months to the day of their departure, Kofi Kingston posted an update on his Instagram, which had been silent up to this point aside from individual videos from the pair thanking everyone for their success. The latest update was much different in tone, a video created by graphic designer and longtime gear designer for the New Day, Jonathan Davenport. It depicted Woods and Kingston as two unicorns chained under the big top while a bearded masked ringmaster started another show.
The unicorns broke free of their chains and sped through the circus, nearly running over the ringmaster. They passed another unicorn with a familiar haircut and a broken horn, Big E, who nodded at them as they escaped. As they did, they transformed into Woods and Kingston, their horns broken off and left on the ground.
Many have called the promotion the “Ringling Brothers” of professional wrestling, for better or worse, so it makes perfect sense to see the former New Day breaking out of a circus to go on their next journey. While it’s not stated, the ringmaster was obviously Paul Levesque.
The New Day’s final days in WWE and what could be around the corner
The last time WWE fans saw The New Day, they were paired up with Grayson Waller and mourning the death of tag team wrestling. They lost the gold to the Judgment Day’s Finn Balor and JD McDonagh back in June last year, and proceeded to claim that tag team wrestling in WWE was dead.
The pair got a few more shots at gold throughout their final months, but not much else. Their final match saw them fail to take the WWE Tag Team Titles from Damian Priest and R-Truth on the April 17 episode of SmackDown. The pair tried their best in the final year, but it felt quite directionless.
The New Day wasn’t the only tag team to be let go by WWE around that time, as the Motor City Machine Guns and the Wyatt Sicks were also released. Since then, fans have been eagerly waiting to see where these stars would end up. With Kingston’s update, it appears we’ll be finding out sooner rather than later.
Whether they head to TNA for one last encounter with The Hardys or AEW to finally get that Elite match, the future is looking bright for the legendary duo.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-former-wwe-superstar-kofi-kingston-teases-future-xavier-woods-first-update-months?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



