”
], { 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);
});
});
})();
For those unaware, CJ is the real-life son of Doc Gallows, FKA Luke Gallows. Recently, the former Bullet Club member took to his official Twitter (X) account to make the major announcement.
Along with the announcement, he shared a graphic featuring his son and AJ Styles’ son sharing a “Too Sweet” gesture. The post also included the hashtag “#SonsofTheClub,” a clear nod to the long-standing history between Styles and Gallows.
You can check the official post below:
Both stars were key members of Bullet Club before later reuniting in the Stamford-based promotion as part of The O.C., which eventually disbanded. Fans are now excited to see how the next generation will perform after joining forces.
We at Sportskeeda wish CJ Gallows and Avery Styles the very best of luck and hope they enjoy a bright future together in professional wrestling.
AJ Styles reveals a surprise role after WWE retirement
After retiring from in-ring competition, Styles revealed a surprising new role for himself. During a recent conversation, he disclosed that the daughter of one of his college friends was about to get married, and the family needed someone to officiate the wedding.
“I can marry people now. So, one of my buddies, one of my best friends that I went to college with—we’ve been close ever since then, and his daughter’s getting married. And she needed somebody to marry them. Here I go. I’m going to do it. I’m going to be the guy,” he said.
As a result, the WWE star stepped in and officiated the ceremony. The veteran also revealed that he obtained a license after completing all the requirements.
It remains to be seen what the future holds for Styles and whether he will make an appearance in WWE again in the near future.
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-son-forms-team-son-another-former-wwe-star?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


