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

As she was coming to terms with his passing, Zelina and her family had to experience another personal loss.

Earlier today, Zelina took to her social media handle to announce that her “Tio Papo” had passed away. In a lengthy Instagram post, she shared throwback photos and videos of her uncle, also reminiscing about the time he attended her match at Backlash 2023.

“It’s been a rough few months for my family.. rough isn’t even a good word for it really.. it pains me to say but Rest In Power, my amazing Tio Papo. The OG wrestler of the family. I’ll always hear your voice saying “my son didn’t become the wrestler my great niece did 😂” I’m so happy and proud knowing that you were there that night in Puerto Rico for Backlash and were talked about on WWE TV, celebrating your accomplishments as well. I remember being in the airport when I got your call about how you flew yourself in to San Juan because you “wouldn’t miss it for the world” 🥹”

She continued:

“You’ll always inspire me and remind me to keep fighting. The party moved upstairs and I look forward to the day that we get to have one of our family reunions.. seeing you all laughing and dancing again. Say hi to Michael Michael, Joey, Papa and my Dad for me. I love you so much.”

You can check out her Instagram post below:

We at Sportskeeda Wrestling offer our heartfelt condolences to Zelina and her family during this difficult time.


What’s next for Zelina Vega and Aleister Black in WWE?

Aleister Black and Zelina don’t have a clear path to WWE WrestleMania 42.

However, the pairing has done wonders on SmackDown.

The Dutchman has defeated the likes of Randy Orton and Sami Zayn in recent weeks. The two were most recently seen playing mind games with Matt Cardona in a backstage segment during the March 27th edition of WWE SmackDown.

There’s no word yet on whether Zelina and Black will get a spot at WrestleMania 42. The power couple took credit for Randy Orton starting to listen to the voices again.

Will they get involved in his match against Cody Rhodes at the Showcase of the Immortals? Only time will tell.

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-sending-heartfelt-condolences-wwe-superstar-zelina-vega?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