], { 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 on the Legally Goff Podcast, Ric Flair was asked what he would like to change about the wrestling business from his time. The Nature Boy said that contracts not being a thing until the 90s was a big challenge.

“Contracts just came around in the 90s. You didn’t go to work, you didn’t get paid. And that’s why it was such a hard business. We still don’t have a union. We’re self-employed. I mean, they take care of you if you get hurt in the ring, but if you have an issue outside of the ring, you’ve got to buy your own health insurance and everything,” he said.

The 16-time World Champion then pointed out that WWE not having a union in the current times is baffling, especially since it’s a multi-billion-dollar company.

“There’s no union, which is unheard of for a billion-dollar company. I mean, they just sold WWE for $9 billion to—who bought them? I can’t remember, Endeavor or somebody. But now it’s a whole different world,” he added.

The Business of Being Ric Flair - Branding Before Branding Was Cool

Ric Flair was asked to form a wrestling union

While the question of why there is a lack of union in wrestling remains, there have been a few instances when the idea was floated.

Last year, during an appearance on Games with Names, revealed that he was approached about forming a wrestling union but it was something he didn’t want to explore at that time.

Ric Flair said he and Hulk Hogan were asked to help but he told The Hulkster that he wasn’t eager to do it, saying the promoters would simply replace him.


If you use quotes from this article, please credit the Legally Goff Podcast and give 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-unheard-billion-dollar-company-ric-flair-calls-wwe?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