”
], { 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);
});
});
})();
During TKO’s recent first-quarter 2026 earnings call, Mark Shapiro addressed these issues. For creative criticism, he claimed that the company listens to all feedback, but everything is “‘not new criticism’, and there will always be ‘periodic dissatisfaction’ with creative, as noted by Wrestling Observer.
For ticket prices, Shapiro reiterated that the company is listening to feedback and working around it. However, he claimed that “balancing the fan experience with the business of sports is never easy” while addressing fan complaints about ticket prices.
Furthermore, he added that “no magic formula and no magic serum” exists that will make the addition of commercial elements to WWE’s presentation easier. It’s a trial-and-error process. He compared the change to the time when fans complained about the NBA’s sponsor patches or when the L.A. Dodgers added a rights partner on the field.
Mark Shapiro provided a statement about WWE’s upcoming events in Saudi Arabia
TKO has been focused on cutting expenses, and it started with releasing superstars who did not agree to a pay restructure.
Given that things are rapidly changing, there were concerns about whether or not the company would go ahead with the planned Saudi Arabia events, especially with PIF withdrawing funding from LIV Golf.
Mark Shapiro revealed that the planned events would go ahead as previously declared.
“Following the news of PIF withdrawing its funding in LIV Golf, our partners in Saudi Arabia have confirmed that will not be the case with TKO. Their commitment to our properties in 2026 and beyond is unwavering,” said Mark Shapiro.
TKO has been directly involved in the latest WWE releases.
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-no-magic-formula-no-magic-serum-tko-president-mark-shapiro-addresses-major-wwe-controversy-issues-statement?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


