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

Contrary to popular belief, Triple H and Nick Khan were behind the mass layoffs last week. A week has passed since the latest budget cuts, and it doesn’t seem like WWE’s firing spree is slowing down anytime soon.

Just a little while ago, some eagle-eyed fans noticed that Kofi Kingston and Xavier Woods’ profiles were moved to the alumni section of WWE’s website. Cory Hays learned that more departures were expected today.

In an update, Sean Ross Sapp of Fightful and Cory Hays of Bodyslam reported that the New Day have decided to leave the Stamford-based promotion. According to reports, the decision was said to be mutual.

The New Day’s departure truly marks the end of an era. The two men signed contract extensions last year, with Kofi Kingston inking a new 5-year deal, which would have kept him with the company till 2030.

Xavier Woods was dealing with a shoulder injury, forcing him to miss WrestleMania 42. In his absence, Grayson Waller and Kofi Kingston tried to hold the fort.

The two men were last seen in action on the April 17 episode of SmackDown, where they unsuccessfully challenged Damian Priest and R-Truth for the Tag Team Championships.

Kofi Kingston signed with the Stamford-based promotion in 2006 and found tremendous success both as a singles and tag team competitor. As for Xavier Woods, he joined WWE in 2010 and became a decorated tag team wrestler as part of the New Day.

During their time as the New Day, they built an impressive championship resume. They held the Tag Team Titles thirteen times, also becoming the longest reigning Tag Team Champions of all time, a record which was broken in 2021.

There’s no doubt that the New Day will go down as one of the greatest tag teams of all time.

Kofi Kingston and Xavier Woods have yet to break silence on their rumored departure from WWE.


We at Sportskeeda Wrestling wish them all the best in their future endeavours.

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/rumor-breaking-the-new-day-part-ways-wwe-reports?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