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

Let’s take a look at three reasons why WWE removed Drew McIntyre from the tournament:

#3. Timing of the return may not have aligned with King of the Ring

Drew McIntyre has been absent from WWE television since competing at WrestleMania 42. The 41-year-old is currently working on a Hollywood project in Scotland, filming his scenes for the upcoming Highlander reboot. WWE may have initially planned to put McIntyre in the King of the Tournament, assuming that he would be back in time to compete in his qualifier match.

However, The Scottish Warrior’s plans may not have aligned with the timing of the tournament. His filming commitments might keep Drew McIntyre busy for a few more weeks and therefore, he may not be able to make it to WWE’s European Summer Tour to perform in his first round-qualifier match. This could be a major reason why the company pulled him out of the plans.

#2. Drew McIntyre is an established veteran

The King of the Ring tournament has been one of the most prestigious tournaments in WWE. For decades, it has served as a springboard for superstars’ rise to the top, elevating numerous fresh faces and youngsters in the spotlight. Meanwhile, Drew McIntyre is one of the biggest stars currently in the Stamford-based promotion, having a decorated resume.

Therefore, WWE may have decided to give this King of the Ring spot to someone who would actually benefit from it. The company might have pivoted to give more spotlight to rising or midcard talents like Ricky Saints, Talla Tonga and Royce Keys in the initial public bracket, saving McIntyre for a more strategic placement, as he has nothing much to gain from participating in this contest.

#1. Saved Drew McIntyre’s return for a big moment

Ever since Drew McIntyre went on hiatus, the desire to see him back in WWE has proliferated among fans. A straight-up return at the King of the Ring tournament qualifier would dilute the magnitude of this comeback. Besides, McIntyre would have eventually ended up suffering a massive setback in the contest, as his chances of winning the entire tournament were very low.

Therefore, Triple H may have decided to prevent this catastrophe. WWE may have decided to save The Scottish Warrior’s return for a much bigger stage. A shocking return at a major show could generate thunderous pop, immediately putting McIntyre in the spotlight. It would undeniably generate a far bigger impact than Drew McIntyre competing needlessly in the King of the Ring tournament.

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/3-reasons-wwe-removed-drew-mcintyre-king-ring-tournament?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