”
], { 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);
});
});
})();
Either way, Brandon Thurston of Wrestlenomics revealed that in an SEC filing, TKO revealed the two top executives, Ari Emanuel and Mark Shapiro, made $64.7 million and $42.6 million, respectively, in 2025. With the average TKO staffer earning $82,428, Ari Emanuel earned a whopping 813x that.
TKO’s Mark Shapiro revealed that they have a huge creative influence on the WWE product
TKO President and Chief Operating Officer Mark Shapiro revealed that the parent company of WWE does, in fact, have complete creative control over the product, confirming suspicions that weren’t previously mentioned.
Speaking to students at the University of Alabama, this is what Mark Shapiro said about having creative control over the WWE product:
“So, I will kind of walk you through that. First of all, it (TKO) has complete control. So, we are responsible. You didn’t hear about this stuff in the old days with WWE when Vince McMahon owned it because it was a private company for so many years,” he said.
Mark Shapiro gave the examples of Tyrese Haliburton and Jalen Brunson getting into a scuffle and revealed that they are spending a lot more money on celebrity involvement. He seems to see this as a trade, as he believes it can rope in a lot of casual fans, while also admitting that it could isolate the existing fanbase.
This is where the biggest clash happens with the fanbase, as WWE is known to have a loyal group of fans who have stuck around through the bad times. In essence, they are the ones who keep the company intact, but there could be a seismic shift if AEW continues to deliver to the “hardcore wrestling fan” while WWE goes all-in on celebrity involvement.
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-official-insane-amount-money-made-2-top-tko-executives-revealed-public-filing-following-wwe-wrestlemania-42?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


