”
], { 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);
});
});
})();
McAfee is one of the biggest names on ESPN, and with the premium live event’s first hour airing free on ESPN, it has likely been done to attract more attention from a non-wrestling crowd. However, wrestling fans have been left frustrated since the feud has been effectively ruined, and it feels like McAfee has overshadowed Orton as the villain in the story.
While Pat McAfee is on Randy Orton’s side, Cody Rhodes will likely be backed up by musician Jelly Roll at WrestleMania 42, as he tries to retain his Undisputed WWE Championship.
Will WrestleMania 42 be Pat McAfee’s last wrestling show ever?
The former RAW commentator had something interesting to say after his return. Besides him wanting to ‘save the business’ and take the title off of Cody Rhodes, he also claimed he would never attend another wrestling show again if Randy Orton didn’t win a 15th world championship at WrestleMania 42.
Although the stipulation has not been added to the match, it is hard to see the Punter remaining on programming if Orton loses. And considering the direction WWE is taking right now, they might not want to lose McAfee forever either.
Therefore, they could give Orton the win after interference from his newfound ally, or a surprise partner that has been teased on SmackDown. However, if they choose to make Cody Rhodes win and retain his title, it could lead to McAfee being written off television and the company as a whole forever.
There is a chance that WrestleMania 42 could be Pat McAfee’s final outing in pro wrestling, unless the title changes hands.
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/why-pat-mcafee-return-wwe-real-reason-explained?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


