], { 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 academy’s official Instagram account shared that Cena spent five hours working with students today and was incredibly generous with his time. Black and Brave also shared several photographs of Cena at the academy, and you can check them out in the post below.

“We were honored to welcome the incomparable @johncena to the Black and Brave Wrestling Academy today! John spent 5 hours teaching, coaching, and answering questions and then spent an additional hour giving 1-on-1 time to many of our graduates. We cannot thank him enough for his incredible generosity.”

Seth Rollins defeated Montez Ford in a singles match this past Monday night on RAW. The Visionary is married to Becky Lynch in real life, and she will be defending the Women’s Intercontinental Championship against Sol Ruca this Sunday at Clash in Italy.

The Cenation Leader retired from in-ring competition following his loss to Gunther at Saturday Night’s Main Event in December 2025. The legend served as the host of WrestleMania 42 and announced the John Cena Classic Tournament earlier this month at Backlash.

John Cena opens up about upcoming WWE tournament

WWE icon John Cena recently discussed the upcoming tournament named after him.

In an interview with Sports Illustrated, the 49-year-old discussed the tournament and disclosed that it was his idea. The former WWE Champion noted that it took him several months to approach Triple H and Nick Khan about the idea.

“The John Cena Classic took four or five months for me to get a proper situation where I could talk to Triple H and Nick Khan. And they digested the information. We’ve been working out the details for about two months now. And we’re we’re going forward. We’re going to give it a shot,” he said.

🚨 John Cena officially announces a new yearly event called ‘The John Cena Classic.’ Main roster talent and NXT talent will compete. A new Championship is also being introduced for it. The fans will vote to crown the Champion. And every participant, including the losers, can

Gunther has also recently retired Goldberg and AJ Styles. The Ring General will be challenging Cody Rhodes for the Undisputed WWE Championship this weekend at Clash in Italy.

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-john-cena-shows-seth-rollins-wrestling-school?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