”
], { 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 report from the Wrestling Observer Newsletter (WON), the veteran is set to return after being absent due to back issues. Dave Meltzer mentioned that he is expected to resume his role backstage and noted that he has “dropped a lot of weight.”
No specific details regarding his back issues were mentioned, and neither the exact date of his return was brought up with the promotion set to build towards SummerSlam after this weekend.
Prichard serves as Executive Director of WWE’s creative writing team and oversees the creative direction and production for both RAW and SmackDown.
He has been one of the most influential backstage figures for decades and was often regarded as Vince McMahon’s right-hand man. He continues to be a key part of the creative team under Triple H.
Fans also fondly remember him as “Brother Love” on WWE TV, and he is also remembered for being The Undertaker’s manager during his debut in 1990.
Bruce Prichard responded to bullying claims in WWE
With a huge role in WWE’s creative team, Bruce Prichard was featured heavily in Netflix docuseries WWE: Unreal. But he came under fire after an episode that highlighted RAW’s Netflix debut.
A clip from the episode showed him being unhappy with producer Chris Park, aka Abyss, backstage during the broadcast. Prichard appeared to be annoyed with the fact that the show had gone over the time limit, telling Park that the main event match between CM Punk and Seth Rollins was “overproduced.”
Park apologized to Prichard, but fans criticized the veteran’s behavior, labeling him a bully. Speaking on his Something to Wrestle With podcast, he addressed these allegations.
Prichard said that if the show doesn’t go off on time, the responsibility falls with him. He said that Park is a wonderful human being and extremely talented but said sometimes it is important to communicate certain things on time, given the nature of the industry.
`;
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-top-name-set-wwe-return-reports?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













