”
], { 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);
});
});
})();
#4. John Cena
John Cena concluded his illustrious in-ring career last year. The Franchise Player has made it clear that he is retired and will not lace up his boots under any circumstances.
During a Q&A session at MEGACON Orlando, Cena revealed that he was trying to figure out his next role in the company. The Cenation Leader knows the business inside out, and he could be a great fit in a backstage role in the company.
#3. WWE Hall of Famer Kurt Angle
Kurt Angle is widely regarded as one of the complete WWE Superstars of all time. Many fans and critics praise how quickly he adapted to sports entertainment following a successful tenure as an amateur wrestler.
The Olympic Gold Medalist retired from in-ring competition after losing to Baron Corbin at WrestleMania 35. The veteran has played an on-screen General Manager before, but he could also be an asset backstage.
#2. Lita
Lita has been an inspiration to many current female WWE Superstars for her contributions back in the day. The Queen of Extreme is loved and respected for her efforts to elevate women’s wrestling, even when the situation wasn’t favorable.
The 50-year-old is a trailblazer in every sense, and now that her in-ring career is in the rear-view mirror, she could take up a backstage role in the company.
#1. Stone Cold Steve Austin
Stone Cold Steve Austin was the face of The Attitude Era, widely regarded as the boom period of professional wrestling. It has been over two decades since his in-ring retirement, but Austin is still one of the top merchandise sellers of the company.
The Texas Rattlesnake’s impact on the business is undeniable. Given his experience, Stone Cold could fit right into a backstage role.
`;
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/4-retired-wwe-superstars-take-backstage-role-company?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













