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

Yet, a few years ago, the former WWE Champion considered stepping away. During an interview on The Late Run, he talked about how a few years ago, he realized he wasn’t feeling the same emotion in the ring as he used to and thought about retirement.

“Not too long ago, maybe about five or six years, I just wasn’t getting that same emotion when I would step into the ring. I think my body was burnt out mentally, physically. I told my wife. I remember sitting down with her and telling her, ‘You know what? I don’t feel what I would always feel every time I would step into the ring, I think I’m gonna tap out. I just don’t feel it anymore,” he said.

However, what changed his mind was his son, Dominik Mysterio, deciding to follow in his father’s footsteps. Rey said helping him get ready for wrestling reignited his passion.

“Shortly after, my son told me that he wanted to try and break into the business. Seeing him or helping him get on board kind of just inspired or ignited that fire once again, and it’s been going since,” he added.

Dominik arrived in WWE in 2019 and soon began teaming up with Rey. The father-son duo even held the tag team championship before Dirty Dom turned on his father in 2022.

Rey Mysterio on Mexico vs USA World Cup Prediction + Who’s the Ronaldo & Messi of the WWE

Rey Mysterio revealed Dominik Mysterio’s struggles before joining WWE

During an appearance on Six Feet Under with The Undertaker, Rey Mysterio addressed why Dominik has gone down the route of a villain in WWE.

Rey said it may have to do with the fact that he didn’t push his children to follow his lead in the squared circle, and Dominik himself came up with the idea.

The veteran luchador revealed that after graduation, Dom wanted to play football but got lazy and was overweight. After he had a conversation with him, Dominik said he wanted to give wrestling a shot, and since then he has embraced what has come with it.


If you use quotes from this article, please credit The Late Run and give an H/T to Sportskeeda Wrestling for the transcription.

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-burnt-mentally-physically-wwe-legend-reveals-retirement-thoughts?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