”
], { 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);
});
});
})();
Brooke Hogan took to social media to announce that her first single Wanna Go Back will be available on all platforms starting on 13th March 2026. In her song, Brooke paid tribute to her WWE legend father:
“I don’t wanna go back, / ’cause you were my world, / and I was your girl. / But Daddy, come back”
The song also addressed the complicated relationship they shared with the lyrics:
“I don’t wanna go back, / ’cause what you did to me, / Daddy you lying there / made a fool out of me,” Brook sang in the song. [H/T AOL.com]
Ric Flair made a shocking claim about Hulk Hogan’s death
Hulk Hogan had his fair share of injuries due to the time he spent taking bumps in the ring. Towards the later part of his life, Hogan was in so much pain due to all the surgeries he had undergone. He even had neck surgery before his passing.
Speaking on the Doubl3 Coverage podcast, Ric Flair claimed that he spoke to Hogan a day before his death. He claimed that the WWE Hall of Famer was in so much pain from all the surgeries, and when the doctors wouldn’t prescribe him any pain medicines, he got them off the street which attributed to his death.
“I talked to him the day before he died. I shouldn’t say this, but what killed him was street drugs. When the doctor wouldn’t prescribe any more. He was in so much pain. Then he had neck surgery and got infected. So back in the hospital, imagine 10 back surgeries, two knees, two hips, all this. And then when the doctor would not prescribe any more pain medicine, they just couldn’t do it. All due conscience, right? So they went and got the drugs off the street. His body just said, ‘You know what? Bingo. I can’t do it anymore,'” Flair said.
Hulk Hogan’s passing will be a tragic loss for the wrestling industry.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-hulk-hogan-s-daughter-set-pay-emotional-tribute-232-days-passing?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


