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

On X, Bayley expressed her gratitude for Woods and revealed her experience of sharing the locker room with Woods for 13 years. The Role Model added that the 39-year-old star reminded everyone of their worth.

“Thank you for everything. I’ve shared a locker room for you for the last 13 years and you were always there for us. Made us laugh, reminded us of our worth, and got us PAID to have fun with our friends. One in a million!” wrote Bayley.

Check out Bayley’s post on X:

Xavier Woods sent an emotional message after his WWE departure

Xavier Woods reflected on his 16-year journey with WWE and detailed the struggles and successes he experienced during his time with the company. He highlighted the accolades he has achieved throughout the years in WWE.

On social media, the former multi-time WWE Tag Team Champion also confirmed that he was dropping the Xavier Woods name.

“For the past 16 years, WWE has been my home. It’s where I grew up, found myself, failed, learned, and got to live out things the younger version of me could only dream about. When I first walked into FCW, I just wanted a chance to prove I belonged and to bring something different to professional wrestling. That chance became a life full of moments I’ll carry with me forever — WrestleMania, championships, King of the Ring, arenas around the world, and the gift of connecting with all of you by being myself. The New Day gave me a bond with and that I’ll cherish for life. You believed in us, even when our ideas were wild, and because of that, we got to show people that being unapologetically yourself is a strength. UpUpDownDown became another piece of that same mission: a place for joy, friendship, and humanity. I’m so thankful to everyone, past and present, who helped build it brick by brick. To the locker room, producers, trainers, crew, camera teams, ring crew, everyone behind the scenes, and the props department – thank you. WWE has the most special and hardest working props department that youll ever find. Love you guys and none of this happens without you. And to everyone who has been part of this ride: thank you for believing in me. Thank you for letting me be Xavier Woods. Thank you for giving me the confidence… to walk away as Austin Creed.” Woods wrote.

It remains to be seen what’s next for The New Day in professional wrestling.

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-former-wwe-women-s-champion-reacts-xavier-woods-goodbye-message-emotional-response-departure?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