”
], { 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);
});
});
})();
After an incredible career filled with achievements, Tenzan has decided to hang up his wrestling boots. In a recent press conference, the legend revealed that he would wrestle in his final match during the G1 Climax semifinals at the Sumo Hall on August 15, 2026.
NJPW Global’s official X/Twitter handle recently posted about Hiroyoshi Tenzan’s retirement. The company also revealed that a full report of the press conference will come out soon.
“BREAKING Hiroyoshi Tenzan announces retirement [on] August 15 in Ryogoku. Full report to follow #njpw,” the post read.
Check out the post below:
Another Japanese legend could announce their retirement in WWE
Similar to Hiroyoshi Tenzan, another Japanese legend could be retiring in WWE in 2026. It is none other than Asuka.
The Empress of Tomorrow had been in a heated feud with IYO SKY for several months. They finally locked horns in a singles match at the Backlash Premium Live Event. Both stars put on an incredible performance inside the squared circle, and for the most part, it was a back-and-forth affair. However, the bout ultimately ended in The Genius of the Sky’s favor.
After the match, Asuka broke her on-screen character to hug her former Damage CTRL teammate. She also burst into tears while sharing this wholesome moment with SKY. Since then, many reports have suggested that this was the Japanese legend’s final match in WWE, and she could soon make her retirement official.
It remains to be seen what The Empress of Tomorrow has planned for her future in the professional wrestling world.
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-beloved-legend-announces-retirement-will-wrestle-last-ever-match-soon-details?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



