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

However, growing up, life was far from easy for the Brooklyn-born wrestler. In an interview with VLAD TV, he revealed how he found himself in an uncertain situation early on in life.

“My mother was pregnant at 15 and had me at 16. You know, my dad was a big-time drug dealer on the street during that time. And you know, my grandmother was the one that helped keep the family together. She was the main one that kept everything going,” he said.

D-Von mentioned that while he interacted with his biological father, he wasn’t really involved in raising him. He said it was his stepfather that guided him.

“The one who I call my father is my stepfather, Preston, and he didn’t come into the picture until a little later on, but that’s my dad,” he added.

Devon Dudley: My Mom Was Pregnant with Me at 15, Father Was a Big Time Drug Dealer (Part 1)

D-Von Dudley was hurt by WWE legend Hulk Hogan’s racist comments

In 2015, a tape of Hulk Hogan using racial slurs leaked. This led to WWE firing him and removing him from the Hall of Fame before reinstating him a year later.

Speaking on VLAD TV, D-Von Dudley said he was hurt by Hogan’s comments since he grew up idolizing him.

D-Von mentioned that Hogan apologized to him and sought forgiveness during their interactions. The 53-year-old star said he told The Hulkster that he understands it was a bad moment for him and forgives him but won’t forget what happened.


If you use quotes from this article, please credit VLAD TV 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-my-mother-pregnant-15-dad-big-time-drug-dealer-wwe-hall-famer-life-growing?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