Joe Rogan's current wife, Jessica Ditzel, used to be in a relationship with the lead singer of popular R&B group H-Town, Keven 'Dino' Conner according to Sidomex Entertainment.
Joe Rogan is an extroverted individual when it comes to his exploits in the UFC, his podcast, and stand-up comedy. However, he has been relatively tight-lipped when it comes to his domestic life and family.
Ditzel and Conner had a daughter named Kayja Rose, who is Rogan's stepdaughter. They had been together in the 1990s and welcomed their daughter, Kayja, into the world in 1996.
Dino perished in a car crash in 2003 alongside his then-girlfriend Teshya Rae Weisent. Ditzel and Dino had parted ways by the time of his death.
Spotify CEO rallies to Joe Rogan's support amid severe backlash
Rogan recently found himself on the receiving end of a significant amount of flak after a compilation of videos surfaced that saw him use racial slurs repeatedly. Although there have been mixed reactions to the UFC color commentator's transgressions, it seems like Spotify's CEO, Daniel Ek, has taken his side.
In a recent memo that was forwarded to Spotify employees, Ek apologized for the seemingly never-ending controversy surrounding The Joe Rogan Experience podcast. Ek revealed that the Spotify team had been in contact with the popular podcaster. He further revealed that Rogan had decided to pull a few episodes from the platform owing to their sensitive nature.
In the same statement, the Spotify head honcho argued that, while removing a handful of JRE's episodes was right, permanently silencing Rogan was a step in the wrong direction:
"While I strongly condemn what Joe has said and I agree with his decision to remove past episodes from our platform, I realize some will want more. And I want to make one point very clear – I do not believe that silencing Joe is the answer."
This update from Spotify's higher management comes shortly after Rogan himself took to social media to offer an apology.
Check out Rogan's video below:
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1009955, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1009955); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1009955) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1009955) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();