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

Now, after 11 months of investigation, Florida police have officially concluded that Hulk Hogan, real name Terry Bollea, died of natural causes. On Friday, June 5, the police in a report revealed that their investigation yielded no evidence of criminal wrongdoing in Hogan’s death.

“The investigation into the death of Terry Bollea is now closed and classified as an attended natural death,” the Clearwater Police Department in Florida said in its 72-page report.

The CPD shared the official statement on its website, providing details on the WWE legend’s death.

“Following an exhaustive review of the statements, medical records, surveillance footage from within the residence, and a visual inspection of Mr. Bollea’s body, there has been no evidence to indicate the death of Terry Bollea was anything other than natural. Through the course of the investigation, there has been no evidence to indicate any criminal wrongdoing related to his death. This case will be closed, and will be considered solved, non-criminal,” the report read.

Hogan’s cause of death was not immediately known after his passing, though it was reported that he died of acute myocardial infarction, commonly known as a heart attack.


Hulk Hogan was honored by WWE at 2026 Hall of Fame

Following the news of Hulk Hogan’s passing, WWE held special tributes on its show to honor the legend.

A few months later, the sports entertainment giant recognized the memorable WrestleMania III match between Hogan and Andre the Giant with the WWE Immortal Moment Award during the 2026 WWE Hall of Fame Ceremony in Las Vegas.

WrestleMania III match between Hogan and Andre will receive the 2026 WWE Immortal Moment Award

The match, held at the Pontiac Silverdome in Michigan, became famous for the “Slam heard around the world” as The Immortal One bodyslammed Andre the Giant and beat him to retain the WWE Championship.

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-wwe-legend-hulk-hogan-s-cause-death-revealed-official-report?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