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

He was last seen at WrestleMania 42 where he was in Randy Orton’s corner when he failed to defeat Cody Rhodes for the WWE Title. After that, he stepped away and just recently he doubled down saying that “he will never be back”, after what transpired in April.

However, despite him saying that, his profile is still up on the page of active wrestlers on the official website. With the company yet to make the change, it might well be possible that Pat McAfee is playing along with his storyline and may be back in the not too distant future.

Dave Meltzer has a theory behind Pat McAfee’s WWE exit

There were a lot of plans in store for Pat McAfee during this past WrestleMania season. WWE had initially planned a tag team match where Randy Orton and Pat McAfee teamed up to take on Cody Rhodes and Jelly Roll at WWE Backlash.

However, that did not take place as Pat made his swift exit after WrestleMania. Wrestling journalist Dave Meltzer has given his theory behind what went wrong and cited the negative crowd reaction as one of the reasons. Speaking on the Wrestling Observer Radio, he said:

“I don’t know the exact reason McAfee pulled out. There could have been many different reasons, but the reason that was believed was, in fact, the reaction. I was told that the belief was due to the reaction that he pulled out. It wasn’t like anything else.”

That is a tangible reason and it will be interesting to see what the future holds for Pat McAfee.

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-update-major-name-officially-confirms-he-will-never-be-back-wwe-yet-to-make-the-change?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