”
], { 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);
});
});
})();
Speaking to Sportshadow in a recent interview, she talked about her decision to retire. She said she had planned to keep wrestling for years, but realized one day that all these years of competing and travel had taken a toll. Layla added that perhaps she would have liked a grand send-off, but her decision to quit was sudden.
“Would I have liked to have gone out better? Would I have liked to have been able to have made a bigger deal about my career retirement? Probably. But I just woke up one day, and I went to the gym and got to the arena for call time, and I just was like, ‘I don’t want to do this anymore, I don’t want to do this. I’m done.’ And so I just said, ‘I’m sorry, I just want out,'” she said.
Layla then revealed that her decision to stop wrestling surprisingly came after she had signed a new three-year WWE deal just months prior.
“I’d spoken to Vince, I think, in July. He was the one that gave me the 3-year contract, which I signed and then, like I said within a few months I just was like, ‘I don’t want to do this anymore,’ and I went in and spoke to talent relations with Mark Carrano at the time, and I just said, ‘You know, I’m done, We’re done. I’m just done,'” she added.
Layla open to WWE return on one condition
Layla has competed in the ring since her retirement in 2015. She has not shown an interest in making a return to the squared circle, but in the interview with Sportshadow, she said she could consider it.
The former Divas Champion the only reason she would ever consider returning to WWE is for a LayCool reunion with her former tag team partner Michelle McCool.
She said she would be open to coming back if the sports entertainment giant wanted to do something with her and McCool. The duo teamed up to form LayCool on SmackDown in 2009 and became the co-champions, holding the Women’s Championship.
If you use quotes from this article, please credit Sportshadow Wrestling and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-champion-reveals-walked-wwe-months-signing-new-deal?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













