”
], { 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);
});
});
})();
According to a new report, both parties have mutually agreed to move the matter out of the public federal court system and enter private arbitration.
Janel Grant is expected to file a formal request within five business days to dismiss the case with prejudice, following which all the proceedings will take place far away from the public eye, and the dispute will be resolved in a private setting.
Fans and veterans alike have since been wondering whether Mr. McMahon will return to regular life and show up in WWE in some capacity.
Dave Meltzer of the Wrestling Observer recently reported that Vince McMahon could return to WWE, but he won’t return to power.
“As far as bringing him (Vince McMahon) back, that’s a whole other story. I don’t know. It would not shock me if he was brought back in a position—just to do what, I don’t know. They may do it. It wouldn’t shock me. I wouldn’t expect it. But I cannot imagine he would be put in charge of anything. “It’s not like they’re going to have him replace Nick Khan calling the shots. He certainly isn’t going to replace Paul Levesque doing the booking, and there’s no way they can go back to that. That’s not going to happen.”
The wrestling journalist entertained the thought of the former Chairman of WWE assuming a figurehead role on television.
“But the idea of bringing him in a figurehead position and trotting him out every now and then, like I said, wouldn’t shock me at all. If he came out as a surprise on a television show, it would get this giant reaction. That’s just the reality of the situation… I cannot imagine him being put in a position of any real decision-making power. That I couldn’t see. Shapiro and Emanuel aren’t going to give up the power they have in that regard. They’re not going to replace Nick Khan. Nick Khan has gotten very powerful and very successful. They’re not going to replace Levesque, I don’t think—not with Vince anyway.” (H/T – EWrestlingnews)
During his time away, Vince McMahon hasn’t been completely erased from WWE history. He continues to be referenced on television every now and then.
Mr. McMahon was last seen on television during the June 27, 2022, edition of RAW and has since been caught up in a long-running legal battle.
Will he come out of retirement at SummerSlam? Only time will tell.
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/rumor-breaking-vince-mcmahon-s-wwe-return-update-and-potential-new-role-whether-he-will-replace-triple-h-as-head-of-creative-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


