”
], { 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);
});
});
})();
At SummerSlam 2026, Roman Reigns defended his World Heavyweight Championship against Seth Rollins, and naturally, there were more than a few callbacks to The Shield. Rollins pulled out Dirty Deeds, a move Dean Ambrose popularized in WWE, following which Michael Cole didn’t hesitate to openly mention his name on commentary. Even The Original Tribal Chief, in his post-match interview after retaining the gold, name-dropped Ambrose.
The company itself, however, has resisted acknowledging Dean Ambrose. The clip of the Dirty Deeds spot was carried with a caption that referred to the AEW star as a member of the Shield rather than with his name. Check it out below:
What did Roman Reigns say about Dean Ambrose after WWE SummerSlam 2026 went off the air?
By the looks of it, the latest chapter of Reigns and Rollins’ long-running feud was the culmination of the story of The Shield. Following his win, the World Heavyweight Champion addressed how he and Seth Rollins were always meant to carry the company on their backs. As for Dean Ambrose, Reigns mentioned that he was a “wild hair” and bound to walk on a different path than them.
“‘It’s always been me and you,’ since FCW, since the red rooster was bit***ng on us, it’s always been me and Seth. It’s always been the two of us. Even in The Shield, we already knew what it was; we knew Ambrose was a wild hair, but we knew we were the guys that were gonna change this place; we’re the pioneers of this place. When people left, when people were scared, they ran off; we held the fort down,” said Roman Reigns.
Following his big win at SummerSlam 2026, it remains to be seen who WWE decides to pit against Roman Reigns as part of his World Heavyweight Title reign.
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-refuses-officially-name-dean-ambrose-even-multiple-references-summerslam-2026?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



