”
], { 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);
});
});
})();
“I don’t know — I’ve gone back and forth about it. I don’t know what kind of haircut to get. And honestly, it’s kind of nice not having to go in every two weeks and get a haircut,” said Styles. [H/T: Ringside News]
You can check out the full podcast in the video below:
Gunther defeated Styles in his retirement match at WWE Royal Rumble 2026 earlier this year. The Ring General also retired John Cena and Goldberg in 2025.
WWE legend suggests AJ Styles will come out of retirement
WWE icon Stone Cold Steve Austin suggested that AJ Styles would eventually come out of retirement and return to the ring.
Speaking on Busted Open Radio, The Rattlesnake suggested that the 48-year-old would get the itch to have another match down the line. Austin also noted that he was happy for Styles that he was getting inducted into the WWE Hall of Fame during WrestleMania weekend.
“I’m glad he’s going into the Hall of Fame. He’ll have one more, he’ll get the itch. But I’m glad you said that, yeah, he’s still young… Not to go back on my retirement but I retired at 38. Sh*t man. That’s when you really put it all together, (mentally) and physically. You (are) post-prime but your mind, that’s when your mind is at its best because you’ve done so much and you’ve soaked in so much and you can apply it all…” he stated. [H/T: Fightful]
It will be interesting to see what the future holds for AJ Styles and if he decides to change his hairstyle moving forward.
Read all the hottest WWE news from Sportskeeda by choosing us as your preferred source. Click HERE.
Edited by Robert Lentini
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-aj-styles-backtracks-major-retirement-plans?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 = ‘(adsbygoogle = window.adsbygoogle || []).push({});’;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…