WWE Women's World Champion Rhea Ripley recently broke character in an interaction with The Miz.
The Eradicator is currently in an on-screen relationship with Dominik Mysterio. Meanwhile, she is engaged to AEW star Buddy Matthews in real life. Years earlier, the Judgment Day member had a crush on another wrestler. In previous interviews, Ripley confessed to being attracted to The Miz growing up.
The Awesome One and Mami were guests on the latest episode of Shootin' the Breeze, hosted by former NXT Tag Team Champion Tyler Breeze on UpUpDownDown. Although they were not on the show simultaneously, the two briefly interacted as Miz left and Ripley entered.
The former Intercontinental Champion joked about Ripley's entrance music. The Eradicator then broke character as she could not hold her laughter.
Watch the video from 28:28 to 29:08:
Rhea Ripley once surprisingly shared a passionate kiss with a co-worker on camera. Watch the video here.
Rhea Ripley defended her Women's World Championship at WWE Survivor Series: WarGames
Last night, The Miz challenged Gunther for the Intercontinental Championship at Survivor Series: WarGames. Although The Awesome One seemed close to ending The Ring General's historic title reign, he failed to dethrone the leader of Imperium.
Meanwhile, Rhea Ripley defended her Women's World Championship against Zoey Stark at the Premium Live Event in Chicago. Despite the latter's efforts, the 27-year-old champion came out on top. The Judgment Day member has now been holding the title for over 238 days.
Later that night, Ripley tried to help Damian Priest cash in his Money in the Bank contract on Seth Rollins during the Men's WarGames match. However, the plan failed after Randy Orton's return.
"We got a little bit during the Royal Rumble" - WWE legend eyes dream match against Rhea Ripley. Check out the details here.
Who would you like to see challenge for Rhea's title next? Sound off in the comments section 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": 1761468, "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(1761468); 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(1761468) >= 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(1761468) .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 }); })();