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

Afterwards, Santana proved to be a major attraction in TNA. His talent allowed him to quickly rise through the ranks, becoming the World Champion in the Tennessee-based company. With Triple H reportedly looking to sign the star, fans have been questioning when his current contract ends.

According to a recent report by PWInsider, Santana’s contract could be expiring as early as July this year. If he elect to not resign with TNA, fans could see him on Triple H’s roster before long.

A WWE veteran believes Mike Santana wants to join Triple H’s roster

Santana has seen a considerable rise in popularity in the last few years, and Matt Hardy believes he is headed to the Stamford-based promotion sooner rather than later.

Speaking on his Extreme Life podcast, Matt Hardy stated that Santana joining Triple H’s roster would be an unsurprising development for him. He said:

“I mean that, that, that wouldn’t surprise me. I would guess that’s probably Mike Santana’s ultimate goal [is] to work for WWE. You know, most kids who grew up loving wrestling, their goal is to work for WWE at some point, have a WrestleMania moment, whatever else. That [him going to WWE] wouldn’t shock me at all.”

Santana has already had some exposure in NXT, where he has faced Tavion Heights. He has also battled Trick Williams, although he was not victorious. Nevertheless, there is no denying that Santana’s charisma and in-ring ability would make him a valuable addition to the current roster in the Stamford-based promotion, considering the men’s division has seen the subtraction of several names after WrestleMania 42.

As of now, it remains to be seen what the future holds for Santana.

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/rumor-world-champion-s-contract-expiry-timeline-disclosed-amid-rumored-wwe-interest-reports?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