], { 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);
});
});
})();

The Sports Entertainment juggernaut also noted that this right balance will not set the talents up for injuries. It appears the injury concern is one of the primary reasons the company seeks a perfect balance between younger and well-known stars.

“During today’s WWE Town Hall, Nick Khan and Paul Levesque discussed the return of WWE live events this summer, explaining to the employees that they’ve discovered house shows are important for young talents to get reps in the ring and to experiment and try things in front of different live crowds. They stated it would be a balance of younger talents getting more experience in front of fans with established stars performing. They noted they wanted to find the right balance so as not set talents up for injuries,” noted PWInsider. [H/T: WrestlePurists]

Rest, it will be interesting to see how the company will move forward with this plan.


WWE discussed this major thing in the Town Hall meeting

As per an update from PWInsider, the TKO-led promotion also discussed the John Cena Classic Tournament after its announcement at Backlash 2026. The source revealed that the company is currently planning this tournament for the latter part of the year.

John Cena announces the “John Cena Classic” event, where fans in the arena will vote to crown the John Cena Classic Champion. WWE and NXT stars will compete throughout the night to determine the winner. A new championship is coming. 👀 #WWEBacklash

So, if the report is true, the company will host the contest by the end of this year, and World Wrestling Entertainment will have its inaugural winner of the John Cena Classic tournament.

Why did you not like this content?


`;
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-nick-khan-triple-h-officially-confirm-major-u-turn-on-wwe-decision-backstage-injury-concern?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

Leave A Reply

Exit mobile version