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

Now, Bo Dallas’ sister Mika Rotunda has reacted for the first time since her brother’s exit from the company. Taking to Instagram, she posted a photo of Dallas with his late brother Bray Wyatt.

She shared a quote from Bray to reflect on the moment, highlighting the ups and downs of a wrestling career.

“Wrestling is not a love story, it’s a fairy tale for masochists. A comedy for people who criticize punchlines. A fantasy most can’t understand, a spectacle no one can deny. Lines are blurred. Heroes are villains. Budgets are cut. Business is business,” the post read.

The post dived into the nature of the industry, described by Bray. It also carried a message from Mika, saying she will always be proud of Bo.

“Wrestling is not a love story, it’s much more. It’s hope. And in a world surrounded in hate, greed, and violence, a world where closure may never come. We all know a place that has hot and cold hope on tap. For better or for worse. You will never meet a sister more proud than me. Ever ever ever ever ever. Ever,” she wrote.


Bo Dallas’ release from WWE for a second time

Bo Dallas’ recent release from WWE marks the second time he has been let go by the promotion.

He first joined the company in 2008 and started in FCW and later NXT. He won the NXT championship before being called up to the main roster. Bo Dallas remained in the lower midcard and won the RAW Tag Team Championship with Curtis Axel.

He was let go by WWE in 2021, ending his 13-year stay with the company. He returned to the company a year later as Uncle Howdy and then eventually became the leader of The Wyatt Sicks, a role he carried till his departure on Friday.

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-bo-dallas-sister-breaks-silence-wwe-release?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