”
], { 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);
});
});
})();
It’s unclear when Matt and Jeff will wrestle their next match for the Stamford-based company. However, they will appear at WWE World on Friday, April 17, 2026. The event will take place from April 16 to April 20 at the Las Vegas Convention Center South Hall. WWE’s collaborator, Fanatics Events, posted the following tweet announcing the upcoming appearance of The Hardy Boyz.
“Time to get extreme. The Hardy Boyz are headed to WWE World on Friday, April 17. Tickets on sale now! Click the link in our bio to purchase and meet one of the most iconic tag teams in WWE history. A valid WWE World admission ticket is required to purchase experiences,” the announcement read.
The Hardys are the current TNA World Tag Team Champions. They have held the coveted gold for 265 days, as of this writing. Last month, the duo successfully defended the championship against The Righteous in a Tables Match.
Matt Hardy issued a challenge to two top WWE tag teams for a “generational match” ahead of WrestleMania 42
On the final RAW of 2025, The Usos defeated AJ Styles and Dragon Lee to win the World Tag Team Championship. The victory marked the duo’s ninth tag team championship win in the company. Matt Hardy congratulated the twins on their success and issued a challenge for WrestleMania.
The Broken One replied to WWE’s X post about Jey and Jimmy’s win and wrote that it was time for a match between The Hardy Boyz, The Usos, and The New Day at The Showcase of the Immortals.
“Congrats, @WWEUsos! Well deserved win as you guys absolutely killed it. Maybe at @WrestleMania, it’s time for The Usos vs The New Day vs The Hardy Boyz in a generational dream match,” Matt wrote.
The New Day and The Usos share a storied history as rivals in WWE. Meanwhile, The Hardy Boyz are among the most-decorated tandems in pro wrestling. However, the proposed match cannot take place this year, as the twins will combine forces with LA Knight to battle The Vision and IShowSpeed at WrestleMania 42.
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-wwe-legends-hardy-boyz-announced-for-wrestlemania-42-weekend?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


