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

According to a report, the company was trying to cut a deal where Xavier Woods would work for them and cover content around their games. Speaking on Love Wrestling, Tyler Breeze was asked about the multi-time WWE Tag Team Champion and what’s next for UpUpDownDown.

The former NXT Tag Team Champion wasn’t able to give a straight answer, as he was not in the place to answer on behalf of Woods. However, Breeze, similar to the audience, isn’t sure what’s next for UpUpDownDown and uncertain on what’s next for the show.

“He’s just chilling, you know what I mean? Like, he’s been on the grind; business stuff happens. Not my place to talk on any of it. So, you saw as much as I saw, you know, where’s he at now, and that’s kind of where we’re at. So, I’ll be waiting to see the headlines when you see them as well,” Breeze said.

Breeze | The Future of UpUpDownDown, "Breeze Face", Canadian Wrestling | Love Wrestling Interviews

Why did The New Day decide to leave WWE?

In 2014, The New Day was created under WWE’s old regime, and the trio of Big E, Kofi Kingston, and Xavier Woods took over the tag team and singles division in the coming years. E and Kingston have won the WWE Championship in the past, and Woods has dominated tag team wrestling with the duo on different occasions.

According to reports, the duo of Kofi Kingston and Xavier Woods were asked to restructure their deals, which they signed last year in the promotion. The two weren’t on the same page with the promotion and decided to leave instead of taking less pay.

The decision might benefit the legendary tag team, as several promotions, primarily AEW, are interested in the duo. It’ll be interesting to see what’s next for Kofi Kingston and Xavier Woods in the industry following their exit.

If you use quotes from the article, please credit Love Wrestling and provide an H/T to Sportskeeda Wrestling for the transcription.

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-i-ll-waiting-the-new-day-s-wwe-exit-raises-uncertainty?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