”
], { 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);
});
});
})();
With WWE Money in the Bank right around the corner, fans have been wondering whether the former Shield member will return in time for the New Orleans event.
Although Rollins made a one-off appearance in Quito, Ecuador, on September 10, 2026, he hasn’t returned to the weekly programming yet.
During the South American Tour, he joined forces with LA Knight and Solo Sikoa to beat The Usos and Jacob Fatu of The Bloodline in a six-man tag team match.
WrestleVotes learned that the Triple H-led creative is waiting for the “right moment” to bring him back and that the plans are in place for his return. He was previously scheduled for Money in the Bank, but it seems his return plans fell through for reasons unknown.
Regardless, it was reported that his return shouldn’t be far off. It looks like the wait is almost over.
Earlier this week, WWE announced the return of its annual Holiday Live Tour, featuring Seth Rollins front and center on the official poster. There’s no word yet on what he will be doing in the upcoming post-Christmas house show.
Seth Rollins breaks silence on WWE absence
Speaking on ESPN Chicago, Seth Rollins addressed his ongoing absence and when he would return to WWE TV.
“I’ve been off WWE television since SummerSlam. I had a title match with Roman Reigns in Minneapolis, lost that match. I’m just taking my time right now, focusing on other things. At the end if the day, I’ll come back when the time is right.”
He continued:
“I was able to go down to South America couple of weeks ago and do some non televised events for the South American and Mexican fans down there. Really fantastic crowd. I mean, just unbelievable. Their passion for professional wrestling, what we do, is unparalleled, and they’re not spoiled like the American crowds.”
The Visionary has a bone to pick with Bronson Reed after what he did to him last year. Now that the Australian star is back, a feud between the two men could be in the works.
Will Seth Rollins return to join forces with Oba Femi against The Vision? Only time will tell.
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-good-news-for-seth-rollins-wwe-fans?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



