”
], { 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);
});
});
})();
Hager joined Power Slap earlier this year, winning his debut match against Devin ‘Big Jinxx’ Jenkins. He recently suffered an injury during a match with Johnny Magna, which affected his left eye.
The former WWE star recently got engaged to Power Slap athlete Patricia Blackburn. The engagement was announced by Power Slap on Instagram. The caption stated:
“What happens in Lubbock ❤️ Please join us in congratulating Jake Hager and Patricia Blackburn on their engagement, making them the first official Power Slap couple!”
You can check out the post below:
The former WWE star was fumbled in AEW, according to Dutch Mantell
Jake Hager did not get booked to win any titles in All Elite Wrestling, which served as a testament to his lack of importance in the company.
According to Dutch Mantell on UnSKripted, Hager was misused in both WWE and AEW. Mantell stated:
“I have no idea. I think when Jack started to hum, it was with me. We started to get a little buzz going, and all of a sudden, they just, I have no idea why, they just like clipped the umbilical cord, and we were out floating in space. And even when he left and went to AEW, it was more of the same. They didn’t do anything with him there.”
It should be noted that Hager left the Jacksonville-based promotion in 2024 after negotiations did not work out following his contract expiry. As of now, it remains to be seen what is next for Jake Hager in Power Slap, and if he will ever return to pro wrestling down the line.
`;
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-former-wwe-champion-gets-engaged-congratulations-jake-hager?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













