”
], { 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);
});
});
})();
In an appearance on the Undefeated and Undisputed podcast, The Problem Child was asked about his ongoing beef with Dana White. The 29-year-old star claimed that due to his issues with White, TKO Group has allegedly banned him from attending any events in the Stamford-based promotion, and he cannot be in Logan Paul’s corner even if he wants to.
“I don’t take any beefs too seriously. I think it’s definitely in the name of entertainment. However, there is like truth in it, and there are points and some certain facts that I would like to see pushed through. Like the UFC fighter’s minimum pay being $12,000, that needs a rise. So there are all these like things in it that are serious, but from my side, I’m just having fun, and the fact that one of the biggest organizations in the world, the TKO Group, has this major beef with me. They won’t even let me go be in my brother’s WWE matches because they hate me so much. So, it’s pretty wild how much under their skin we are. To me, it’s just been a fun journey, and I enjoy s**t talk… So, the beef for me is just fun and entertaining for everybody,” Paul said.
Jake Paul has appeared in WWE before the merger
In 2022, WWE underwent crucial changes as Vince McMahon stepped away from his duties and new and familiar faces took over. During this transition, Logan Paul was getting popular as a professional wrestler and moving away from his position as a celebrity performer.
The company booked him in a one-on-one match against Roman Reigns for the Undisputed WWE Universal Championship at WWE Crown Jewel 2022. While Logan Paul didn’t win the match, Jake Paul appeared to assist his brother against The Bloodline. This was the only time The Paul Brothers were seen together in the Stamford-based promotion.
If you use quotes from the article, please credit the Undefeated and Undisputed podcast, and provide 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-they-hate-much-tko-allegedly-banned-major-wwe-star-s-brother?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




