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

However, with her mother diagnosed with cancer, the star chose to take time off and support her mother with her health issues. The legend also revealed how Stephanie McMahon supported her decision and stood by her side, stating that it was her choice to decide what she needed to do.

“2006 was the year I was retiring, and Vince wanted to sign me for 5 more years, and my Mom got diagnosed with Hodgkin lymphoma, and it was like the same where again you were like, you know, you don’t want to let people down, and I wanted to continue, and I was kinda like the girl at the time. But she got diagnosed, I knew with that schedule there was no way I could’ve been with her to do the treatments and do the chemo and everything, and then I called you and I was like ‘What do I do?’… and you said ‘You think you know what you need to do’,” she stated.

Trish Stratus talks wrestling Steph & Roman Reigns' crush | What's Your Story? With Steph McMahon

Will Trish Startus return at WWE Royal Rumble?

WWE Hall of Famer Trish Stratus has been a part of multiple Women’s Royal Rumble matches over the years, and with the PLE set to go live in a few hours from now, fans expect the Canadian star to make her presence felt this year as well. While there has been no official update, Stratus teased a potential involvement in a recent post on X, revealing that she visited WWE HQ. Time will now tell what the company has in store for the stars next.

Please give credit to What’s Your Story? and H/T to Sportskeeda Wrestling if you use quotes from this article.

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-wwe-hall-famer-addresses-early-retirement-vince-mcmahon-wanted-sign-again-reveals-support-stephanie-mcmahon?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