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

The Rock is among the most successful superstars to come out of the real-life Bloodline. After dominating WWE during the Attitude Era, he went on to make a huge name for himself in Hollywood. However, Roman Reigns noticeably omitted his name while discussing the greats of his family. Given The Final Boss’ pedigree and contributions to the business, the omission was a subtle shot by the OTC.

Roman Reigns vs. The Rock is a dream match for many WWE fans. The sports entertainment juggernaut has been teasing the bout for years. In 2024, Reigns wanted to face The Final Boss for the Undisputed WWE Championship at WrestleMania XL. However, the duo ultimately joined forces to feud with Cody Rhodes.

The 10-time WWE World Champion was last seen on the company’s programming at Elimination Chamber 2025. He orchestrated John Cena’s unexpected heel turn at the premium live event and brutally attacked The American Nightmare. He was widely expected to show up at WrestleMania 41, but it didn’t happen.


Roman Reigns attended a historic event before WWE RAW

On June 14, 2026, UFC presented Freedom 250 in Washington, D.C. The event was held on the South Lawn of the White House to commemorate the 250th anniversary of the US. US President Donald Trump backed UFC Freedom 250.

In July 2025, Trump officially announced the show during a rally in Iowa. The POTUS has been a lifelong fan of the Ultimate Fighting Championship and has attended many of its events.

WWE Chief Content Officer Triple H and World Heavyweight Champion Roman Reigns attended UFC Freedom 250 before this week’s RAW. The OTC also shared a picture from the event. However, many fans criticized him for supporting a show backed by Trump.

UFC Freedom 250 was headlined by Justin Gaethje vs. Ilia Topuria for the Lightweight Championship. Gaethje defeated Topuria by TKO in the fourth round.

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/news-roman-reigns-takes-subtle-shot-the-rock-wwe-raw?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