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

Another standout was Charlotte Flair. According to the report, The Queen had one of the longest autograph lines of the entire weekend, further highlighting her popularity among fans.

The report also revealed that Fanatics and the sports entertainment juggernaut are already looking ahead to next year’s event. A source within Fanatics told WrestleVotes there is interest in placing a greater emphasis on WWE’s rich history at Fanatics Fest 2027, especially with the company’s traditional WWE World convention not expected to be held in the United States next year.

As part of those discussions, several legends are expected to play a much bigger role. While no appearances have been finalized, names such as “Stone Cold” Steve Austin and Bret Hart have reportedly been mentioned internally as hopeful attendees for the 2027 convention.

Beyond the convention itself, the report included an update on the Stamford-based company’s expanding partnership with Mattel. It was noted that Mattel’s first AAA action figure line is expected to be unveiled during San Diego Comic-Con, which runs from July 23 through July 26.

The initial lineup is expected to feature Mr. Iguana and Rey Mysterio, while fans can also look forward to the first-ever Danhausen action figure being revealed during the event. According to the report, additional AAA stars are expected to join the figure line in the future as the collection continues to grow.


Fanatics Fest took action after popular streamer showed WWE star Penta’s unmasked face

Popular streamer N3on was reportedly not allowed to film during the second day of Fanatics Fest NYC following an incident involving WWE Superstar Penta.

Intercontinental Champion Penta has long protected his identity outside the ring and rarely appears publicly without his signature mask. During Fanatics Fest, the livestream briefly captured the former AEW star without it, and the clip quickly circulated across social media before being taken down.

FadeAway Media shared the following regarding the situation on X:

“Neon was stopped and said he could not record night 2 at Fanatics Fest for showing Penta’s face on live stream yesterday.”

The incident generated significant discussion online, with many fans pointing out how seriously masked wrestlers in lucha libre tradition protect their identities.

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/rumor-wwe-s-biggest-draws-at-recent-event-revealed-backstage-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

Leave A Reply

Exit mobile version