”
], { 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);
});
});
})();
This author spoke to sources within WWE, who revealed that the Lesnar retirement went the way it did to create a big moment. Everyone sold it well, but many people didn’t know it was going to happen.
“Brock being gone like that… It was for creating a big moment. They all sold it well. There was some shock because not everyone was told. This is the story a lot of people have been told backstage.”
Also, many people who saw Paul Heyman’s reaction thought that it was real and that Brock Lesnar was retired. It was only later clarified for a lot of people backstage that this was not the case, but to create a moment there, and Brock crying and opening his shoes and gloves was the WrestleMania moment.
“Seeing Heyman’s reaction though, yeah we know there were a lot of people who thought Brock decided then and there. It was later said that was not the case. But WrestleMania needed a big moment and there it was. Brock crying.”
Brock Lesnar is going to retire soon, though, and that was confirmed. Lesnar is determined that he has to put Oba Femi over in a big way before he leaves, and that’s the motivation behind the feud.
“Anyway yeah, he’s back now but not for long. The retirement is real in the sense that he will be gone soon. It’s insane that it’s over now after so many years but yeah it’s time to say good bye to Brock Lesnar. At least we know this, Brock is DETERMINED to make Oba Femi into the biggest guy in WWE before he leaves. And given this is Brock Freaking Lesnar? He can do that.”
It remains to be seen what happens next.
Please credit Sportskeeda Wrestling if you use any quotes from this exclusive.
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-breaking-real-reason-behind-brock-lesnar-s-retirement-at-wwe-wrestlemania-and-huge-plan-for-future-exclusive?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



