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

Drew McIntyre went on a hiatus after losing to Jacob Fatu in an Unsanctioned Street Fight at WrestleMania 42. The Scottish Warrior has since been involved in several Hollywood projects, which have kept him away from wrestling.

PWInsider recently reported that the 41-year-old star was back in the States after completing his Hollywood commitments, but those hoping to see him return to WWE shouldn’t get their hopes up.

According to reports, there has not been any talk of his return yet. But he has been working on other WWE-related projects, including a lead acting role.

Earlier today, his agent, Nick LoPiccolo, took to his X to address the ongoing rumors, saying the dirt sheets got the part about Drew McIntyre being back in the United States right.

He said the Scotsman has returned for “something else,” which fans didn’t know about yet. Nick LoPiccolo hinted at more movie roles for his client, which all but confirms that he won’t be coming back anytime soon.

“Yeah, I saw the dirt sheets report Drew is back in the U.S. I can confirm they got that part right. He’s also here for something else they don’t even know exists yet. Hey, where did all the movies go for everyone else? Better question: why does Drew seem to have all of them?”

You can check out his tweet below:


WWE nixed blockbuster match for Drew McIntyre

WWE Unreal dropped its Season 3 last month, featuring John Cena’s retirement tour.

The Cenation Leader revealed that the plans were in place for him to face the Scottish Psychopath, but things fell through after fans pushed for one last match against The Phenomenal One.

“For my next opponent, it was originally supposed to be Drew McIntyre. Sorry Drew, but you can’t ignore the indicators. ‘We’re sick and tired of this. Give us somebody we want.’ Rewind: I had cut a promo in Dublin with Logan Paul. They popped for AJ Styles. Indicator that they want to see this match. What if we socially ask the people that are typing away, saying that this sucks? Let me put something out.”

Styles and Cena have both called time on their respective careers. As for McIntyre, he still has a lot to offer to this business.

After missing SummerSlam, it remains to be seen if he will return in time for the Money in the Bank premium live event in October.

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-breaking-rumor-of-drew-mcintyre-not-coming-back-to-wwe-anytime-soon-is-now-officially-confirmed-by-his-agent?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