John Cena discusses canceled WWE retirement plans: “The business isn't like that anymore”
”
], { 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 Bill Simmons Podcast, John Cena discussed what he originally intended to do for his farewell tour. He wanted to do a full-time run without any outside commitments, but WWE made him realize that his body might be unable to cope with a full schedule.
“The plan originally was to do like a full year. This just goes to show that my ignorance of the business. I wanted to do 220 dates. Just take a year off of everything, hop on a bus, do a full WWE calendar, and like totally say goodbye. Thank goodness that the business isn’t like that anymore cause I would be, if you took a gingerbread man and just broke him. I’d be done. They only needed me for 36,” Cena said.
Due to his partial schedule, John Cena was able to film other projects in Bulgaria and Morocco. However, Cena admitted that the travel took a toll on him, especially after WrestleMania 41.
John Cena to face either Gunther or LA Knight
The final opponent of John Cena for his retirement match will be determined this Friday on SmackDown. Gunther is set to take on LA Knight in the final of The Last Time Is Now Tournament. The Ring General has been rumored to be Cena’s final opponent for months now, though Knight has earned some momentum.
Gunther beat Je’Von Evans in the first round before dispatching Carmelo Hayes in the quarterfinals. He overcame Solo Sikoa in the semifinals to earn his ticket to the final. Knight, on the other hand, went through Zack Ryder, The Miz and Jey Uso for his spot.
Edited by JP David
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-john-cena-discusses-canceled-wwe-retirement-plans-the-business-like-anymore?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 = ‘(adsbygoogle = window.adsbygoogle || []).push({});’;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…