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

On X, Cena claimed that tonight’s Backlash will feature another career defining era for him. The 17-time WWE World Champion teased something huge with his announcement.

“My time in @WWE has been filled with defining moments. We’re hours away from what will certainly be another. C U Tonight at #WWEBacklash,” wrote Cena.

Check out Cena’s post on X:

John Cena explained how his retirement tour came together

John Cena revealed that it took him about three years to come up with the idea of his retirement tour. Throughout his final run, The Last Real Champion shared the ring with some of his most-iconic opponents.

Speaking on Six Feet Under, Cena added that he pitched the idea of his retirement tour to WWE 18-20 months before it began. He said:

“This was something I thought about. Something I thought about early in my career. I literally promised the fans that when I felt a step slower (then) I was out. Not only did I make that promise early, but the whole planning of the retirement tour took three years. The concept happened three years before execution. I pitched it to WWE close to 18 to 20 months out and then we announced in Toronto and we started in January in the Intuit Dome. I’ve adjusted because I’ve had close to four years to know what’s going on. I think if it truly happened in December, for a path like AJ where he just kind of retired, I don’t know what that lens is like because I had a lot of thought into this, so that’s why I’m feeling pretty good.”

It remains to be seen what John Cena has in store for later tonight at Backlash.

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-breaking-john-cena-teases-another-career-defining-moment-wwe-return-backlash-2026?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