”
], { 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);
});
});
})();
“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.
Shapiro also suggested that celebrity involvement was not new in wrestling; it is just on a larger scale now due to TKO’s involvement.
“Having Hollywood tie-ins, and celebs, stars, and Logan Paul, Pat McAfee, and Mark Wahlberg shows up and does his thing. Or Tyrese Haliburton last year got into a fight in the ring with Jalen Brunson of the Knicks. Like, that is not new. It is just on a larger stage. And we are spending a lot more money to market the brand and market the content. And when you do that, you are going to win some folks over, but you are also going to chase some folks away,” he added.
You can check out his comments in the video below:
Pat McAfee confirmed he was no longer in the wrestling business on his talk show today after he was betrayed by Randy Orton at WWE WrestleMania 42 over the weekend.
Road Dogg shares why he left WWE’s creative team
Wrestling legend Road Dogg recently opened up about his decision to leave the company’s creative team earlier this year.
Speaking at a virtual signing, the veteran shared that things were moving too fast for him, and he wanted to spend more time with his family.
“It was moving too fast… It was just moving too fast for me. We talked about my brothers and their grandkids and I didn’t get to spend a whole lot of time with mine so, I’m gonna do more of that now.” he revealed.
It will be interesting to see if the company has any surprises planned for RAW after WrestleMania later tonight.
If you use the quotes in the first half of this article, please credit 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-major-name-confirms-tko-control-wwe-creative?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


