â
], { 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);
});
});
})();
#5. Cody Rhodes vs. Jacob Fatu vs. Drew McIntyre might be scrapped
The feud between Cody Rhodes, Jacob Fatu, and Drew McIntyre started from the Three Stages of Hell Match, where The Scottish Psychopath dethroned Rhodes to become the Undisputed WWE Champion. Following this, McIntyre attacked the two superstars at Saturday Nightâs Main Event.
The developments sparked the chances of a Triple Threat Match between the three stars. However, the ending of this weekâs SmackDown subtly confirms that the rumored plans are now scrapped.
Now, Cody Rhodes is moving toward WWE Elimination Chamber 2026. Meanwhile, Fatu is expected to head in a different direction.
#4. Oba Femi could be moving to SmackDown
When Oba Femi made his main roster debut, he was widely expected to join Monday Night RAW. During SmackDown this week, the former NXT Champion engaged in a backstage segment with Nick Aldis, where he attempted to sign The Ruler.
However, Kit Wilson interrupted their conversation, leading to Femi vs. Wilson being announced for next week. Given the booking, Femi might permanently join the SmackDown roster in the coming weeks.
#3. Seeds planted for Alexa Bliss and Charlotte Flairâs breakup
Alexa Bliss qualified for the Womenâs Elimination Chamber Match, and now Charlotte Flair is set to compete in a qualifier next week. In a backstage segment, The Queen apologized to Bliss for the miscommunication in the Womenâs Royal Rumble Match.
If Flair manages to qualify for the six-woman showdown, the two stars will go head-to-head on February 28, 2026, in Chicago. The duoâs recent booking subtly indicates that WWE is planning their split, which could lead to a match between them at WrestleMania 42.
#2. Jade Cargill vs. Rhea Ripley teased
Jade Cargill and Rhea Ripley engaged in an interesting staredown backstage. The Eradicator has already qualified for the Womenâs Elimination Chamber Match.
If Ripley wins the Chamber bout, she will earn a Womenâs Championship match at WrestleMania 42. The staredown on the blue show subtly teased a feud between the two megastars for The Showcase of the Immortals.
#1. Aleister Black vs. Randy Orton at WWE WrestleMania 42?
Aleister Black addressed Randy Orton on WWE SmackDown this week. The Viper qualified for the Menâs Elimination Chamber Match by defeating Black and Solo Sikoa. During the Friday night show, Black questioned Ortonâs friendship with Cody Rhodes and recalled the 2009 version of The Apex Predator.
Blackâs latest interaction with The Legend Killer subtly hints that WWE could be planning a feud between them for this yearâs Show of Shows.
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/5-things-wwe-subtly-told-us-smackdown-february-13-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


