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

“I ain’t doing jack sh*t,” he said.

🚨WWE star Brock Lesnar announces his retirement on The Pat McAfee Show🚨

The Alpha Male competed in his final bout at the Biggest Party of the Summer in the main event against Oba Femi in a Hell in a Cell match. The Ruler overpowered the Beast Incarnate, winning the rivalry and extending his record to 2-1.

Following the match, the former UFC Undisputed Heavyweight Champion was seen breaking character, and in a passing-the-torch moment, he hugged Oba Femi and told fans that he was the past and The Ruler was the future.

The Beast Incarnate teased retirement at WrestleMania 42 after losing to The Ruler in their first match, as he broke down and left his shoes and gloves in the middle of the squared circle.

But he ultimately returned to compete in a rematch at the WWE Clash in Italy 2026 premium live event, where The Next Big Thing won; their final bout came at SummerSlam.

Lesnar revealed post-WWE retirement plans

In the same interview, The Conqueror was asked about his plans after retirement. The 49-year-old legend said he wants to spend his time with his kids and help his two boys, who are pursuing hockey, and his daughter, who is aiming for the 2028 Olympic Games.

Here is what he said:

“I’ve got some hunting lined up, and I’ve got two boys in hockey. I’m gonna support that and their dreams as long as that’s feasible, and my daughter, she’s got her eye on the 2028 Olympics. I’m just gonna spend some more time with the kids and in the woods, and just reap what I’ve sown. Just enjoy life,” he said.

That being said, it will be interesting to see whether The Next Big Thing appears in any role outside the Stamford-based promotion and whether the company celebrates his iconic career by inducting him into the 2027 WWE Hall of Fame.

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-brock-lesnar-rejects-potential-new-career-after-leaving-wwe?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