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

Appearing on TMZ Sports’ Inside The Ring podcast, Amore talked about the Franchise Player’s popularity and how he has granted more wishes than anyone for the Make-A-Wish Foundation. He added that he should consider running for president.

“Are we looking at the next president of the United States? I think he’d be stupid not to run. It’s a popularity contest, and I think he’s proven his point, that he’s a very, very upstanding citizen who does the most to think things through in all situations and work well with others, because you can’t get to the top of this industry if you can’t work well with others,” he said.

In the past, John Cena has shut down the door on joining politics. Last year, while promoting Heads of State, he said he would rather play a president on screen than in real life.

But Enzo Amore said the former WWE Champion has had the chance to meet and talk with people from different countries during his WWE run, and he wouldn’t be surprised if he takes up a career in politics after his Hollywood run ends.

He mentioned that if Cena sees the opportunity to bring a change in the world, he might take it up.

“Look, Trump is our president; he’s 79. I think Cena’s got a hell of a run in Hollywood and then some opportunities to maybe get into politics one day if he plays his cards right, if it’s something he wants to do. I think that John is such a nice person; if he sees an opportunity to change the world, he might just do it,” he added.

Enzo Amore (Real1) Gets Honest About His WWE Run | Inside The Ring

John Cena teased doing “something special”

It looks like John Cena isn’t done after his hosting gig at WrestleMania 42. With WWE’s next premium live event Backlash around the corner, the GOAT has something planned.

A few days ago on X, Cena posted how his role within the promotion has changed over the years. He said things will be different for him this time at Backlash, which takes place on May 9 at the Benchmark International Arena in Tampa, Florida.

John Cena then mentioned he will still try to do something “epic” on that date and teased “something special” for WWE Club members.


If you use quotes from this article, please credit TMZ Sports’ Inside The Ring and give an H/T to Sportskeeda Wrestling for the transcription.

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-he-d-stupid-to-former-wwe-star-says-john-cena-consider-major-career-move?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