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

The Rock was joined by several WWE names at the premiere. Cody Rhodes, Seth Rollins, and Becky Lynch were some of the names that attended the event.

The Great One also attended the screening of the movie in New York City on July 9 and was joined by former WWE star Zelina Vega. Vega, who is married to Aliester Black, attended the Moana screening with her niece.

She posted photos from the event on X, and was seen posing with The Rock, and thanked Disney for the occasion.

“Thank you for a magical night @disney #Moana 🌺🩷🌸,” she wrote.

Zelina Vega joined WWE in 2016 but was released four years later after a dispute over third-party platform usage.

She was re-signed in July 2021 and later won the inaugural Queen of the Ring tournament. Later, she also won the Women’s United States championship. However, she and Black were released by WWE on April 24 in a round of budget cuts.


The Rock’s next movie role revealed

Following the release of the live-action adaptation of Moana, The Rock has a few more Hollywood projects lined up.

He is set to star in Jumanji: Open World and Lizard Music, which are slated for release in the near future.

Now, Variety has reported that the former WWE Champion will play the lead in a new action-drama film titled ‘Free Byrd’.

He will be playing the role of a Las Vegas “motorcycle stuntman who conceals his dementia diagnosis from everyone, including his mechanic brother, as he risks everything on one last jump.”

Recently, he starred in ‘The Smashing Machine,’ where he portrayed the role of former MMA fighter Mark Kerr, and it earned him a Golden Globe nomination.

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-74-days-wwe-release-female-star-spotted-the-rock?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