Conor McGregor and his longtime partner Dee Devlin have been in a relationship since 2008 and share a family together. Unlike other athletes who prefer to keep their lives private, McGregor publicly involves Devlin and their children in all parts of his life.

However, after 'The Notorious' made a notable appearance alongside Australian boxer Ebanie Bridges at the recent Anthony Joshua vs. Robert Helenius boxing match, various rumors have surfaced questioning the Irishman's dedication to his fiancee.

Conor McGregor recently posted images from his date night with Dee Devlin.

Check out the photos below:

The photos sparked debate on social media, especially in the context of the ongoing 'Blonde Bomber' controversy.

One fan wrote:

"Why does every picture with you feature alchocol?"

Another wrote:

"FFS🤣 There must have been a dozen tweets on Saturday night when he was with EB, sayin that come monday, Conors timeline will be filled with Dee and flowers."

Check out some more reactions below:

"Lol Mcgregor does what he wants on the weekend and then bribes the wife during the week 😂 true love."
"Bro you cheat on her everyday 😂😂"
"Don’t let @EbanieBridges see this she won’t be happy 😂"
"How Many times did you cheat on her this week?"
"Take her to the Miami Heat bathroom and do your thinggggg boy!"
"She’s a mug for still being with you, but I guess the money makes it worthwhile…"
Credits: Conor McGregor on Twitter
Credits: Conor McGregor on Twitter

Ebanie Bridges discusses her collaboration with Conor McGregor

Ebanie Bridges recently garnered attention due to her ringside presence with Conor McGregor, leading fans to speculate about their association. 'Blonde Bomber' has now spoken about their connection in relation to McGregor's beverage, Forged Irish Stout.

The Australian boxer disclosed that she and 'The Notorious' have been friends for a while, and the former UFC two-division champion has consistently provided her with support in her boxing pursuits.

In an interview with Boxing King Media, Bridges mentioned that their relationship is entirely professional, emphasizing that McGregor is a skilled entrepreneur who knows how to effectively promote his products:

"He reached out to me and said, 'Hey, you wanna be part of the team and be part of the Forged army and partner up with me,' and help promote his stout. So what better way to promote than get pictures with The Blonde Bomber at an Anthony Joshua fight, wearing your gear. And it worked, didn't it, because we've broken the internet again."

Check out Bridges' comments below (from 7:00):

youtube-cover

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": 1631088, "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(1631088); 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(1631088) >= 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(1631088) .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 }); })();