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

Speaking on the All Axxess Podcast, Cena’s father stated that he was against the idea of his son facing The Ring General. He believes that his son had already passed the torch to Cody Rhodes and gave the rub to Dominik Mysterio.

“If we have to use that as an analogy, then he’s already done that with Cody Rhodes. He beat him for the title. He gave the title back. They embraced, Cody was teary-eyed. The torch was passed. I think he’s given the rub along the way, especially with Dominik Mysterio. That was a tremendous deal.” said Cena Sr. [H/T: Wrestling Observer]

John Cena Sr. | All Axxess Podcast #24 w/Joe Bruen

John Cena has confirmed that he is “100% done”

John Cena has confirmed that he will be done with Professional Wrestling after his last match and doesn’t intend to return for one more match.

Speaking on Jimmy Kimmel Live, the 17-time WWE World Champion said the following:

“It has been a crazy year, where I announced this like 15 months in advance like, ‘I’m going to retire.’ This has really never been done in WWE history. WWE superstars don’t necessarily retire. They always kind of hang on for one more match. I am absolutely 100% done. The 13th of December on Peacock is my last in-ring performance. I will never wrestle again,”

Cena confirmed his plans to retire from Professional Wrestling back in 2024. Throughout his final run, he has stepped into the ring with top names, including Randy Orton, CM Punk, Brock Lesnar, AJ Styles, and more.

He also won his 17th WWE World Championship at WrestleMania 41 by dethroning Cody Rhodes. The Last Real Champion also became a Grand Slam Champion by winning the Intercontinental Championship in November.

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-s-father-snubs-gunther-says-son-already-passed-torch-8-time-tag-team-champion?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