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

Shawn Michaels’ daughter Cheyenne was part of the documentary made about her father, The Heartbreak Kid: Becoming Shawn Michaels, where she revealed how she came to be working in WWE thanks to Triple H. She has a job backstage now, where she has been doing the hair and make up for talent. The youngster is 22 years old.

She revealed that ever since she was 19 years old, she has been working in WWE. She was heading to her high school graduation, while she was talking to Triple H on the call, and that led to her getting a job in hair and makeup in the company.

“I started working here when I was 19 and it’s actually a funny story. I was on the way to my high school graduation, and I was on a phone call with him. He started asking about what I wanted to do, what I was interested in and my dad told him. I enjoyed hair and makeup. That was a real passion of mine that I really enjoyed. Hunter got me in touch with the head of the hair and makeup department and that turned into, ‘You’re here on Tuesday. And if you make it you make it, and if you don’t you don’t.’ And I worked here ever since.”

She went on to talk about Shawn Michaels as well, saying that he was always someone who cared a lot for them.

“He got treated like everyone else’s dad I feel like. You made fun of him, you joked with him, we argued, we did whatever. He was not necessarily this guy on a pedestal who came home and was like pretty cool, like, ‘I’m Shawn Michaels! Just in case you guys didn’t know.’ He was just my dad, and he’s always been like that. All my dad has ever cared about is his wife, his kids, caring for those people. To this day, all my dad wants to do is put on a good show and go home to his wife and watch TV together, and spend time together. And hang out with his kids.”

It remains to be seen what she does next.

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-shawn-michaels-daughter-grown-joined-wwe-major-job-already-thanks-triple-h?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