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

In December 2025, CM Punk announced that Larry had passed away. Regardless, The Straight Edge Superstar continued his journey on the red brand as the World Heavyweight Champion. Recently, Unreal’s third season dropped on Netflix, and Punk and Lee opened up on losing Larry.

“You know, I like to say Larry went back to his home planet. Larry was a very special little dude. He came with a bite on his record. So, he was a little criminal. He was a perfect example of a little misfit that needed to find his people. No different than me. No different than AJ [Lee]. They warned us; they said, you know, if he gets another bite on his record, by law, they have to put him down. That’s why I was always so protective of Larry… I love the little dude. I just wanted him to be with me that day, that’s all,” Punk said.

The Geek Goddess added that she and Larry were each other’s emotional support for years before Larry’s untimely passing.

“We don’t have kids. We don’t have a lot of family. It was just us and Larry for a decade. So, it was like losing a family member. Larry was this emotional support for me. And the past few years, as he turned into a senior dog, I became his emotional support human, and he never left my side. Larry got sick, and it took him pretty fast,” Lee said.


CM Punk and AJ Lee appeared at Fanatics Fest before WWE SummerSlam 2026

Earlier this year, AJ Lee lost the Women’s Intercontinental Championship to Becky Lynch in Nevada at WrestleMania 42 and hasn’t competed for the promotion since. Recently, she appeared at Fanatics Fest and was a guest on The Nikki & Brie Show alongside Paige.

While it doesn’t seem like Lee will compete at SummerSlam, CM Punk also appeared at the event and had an intense moment with Cody Rhodes at the SummerSlam Kickoff show ahead of their upcoming match for the Undisputed WWE Championship.

If you use quotes from the article, please credit WWE: Unreal and provide an H/T to Sportskeeda Wrestling for the transcription.

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-i-love-little-dude-cm-punk-aj-lee-larry?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