”
], { 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);
});
});
})();
This change led to the rebranding of the promotion as World Wrestling Entertainment. However, Vince McMahon initially wanted a different name for WWE.
During an interview with Wrestling Epicenter, former WWE Creative Director of On-Air Promotions David Sahadi talked about the name change from WWE to WWF. He said as the conversations were going on over the new name, Vince wanted the promotion to be called just WE—World Entertainment.
“At one point when we were making the logo change—it’s not in the book—Vince wanted it just called WE, like World Entertainment, and I’m just like, ‘it doesn’t kind of work, WE.’ That conversation lasted for about a month before we settled on WWE. I kid you not. I’m like, that made no sense,'” Sahadi said.
Sahadi said the World Wildlife Fund had been suing them for over a decade about the name change but kept losing. He said they finally won during a time when WWE’s product was edgy and they were getting “very salacious.”
Logan Paul believes Vince McMahon will return to WWE
Vince McMahon stepped down from WWE in 2024 for a second time amid the Janel Grant lawsuit.
Since then, WWE has maintained its distance from the former CEO, and he has been sparingly mentioned. There have been rumors and speculation of him returning to the company, however, nothing concrete has come to light.
Still, The Vision member Logan Paul believes Vince McMahon will return to WWE and will also be inducted into the Hall of Fame. He said he has a weird feeling about it and claimed the former owner will get a massive pop when he shows up.
If you use quotes from this article, please credit Wrestling Epicenter podcast and give an H/T to Sportskeeda Wrestling for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-vince-mcmahon-allegedly-wanted-different-name-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



