Henry Cejudo has responded to criticism that he wasn't proud of his Mexican heritage.
The former two-division UFC champion recently received flak for saying he's "first and foremost" American and that people won't find photos of him carrying the Mexican flag.
Twitter users immediately pointed out two things. Firstly, that Cejudo's claims were false as he had been photographed with Mexico's banners before. On top of that, some commenters also thought he was seemingly downplaying his Mexican roots.
Check out the tweet below:
Cejudo broke his silence for the first time in a live Q&A with fans on YouTube on Tuesday. The former Olympic gold medalist said:
"I'm Mexican-American or American-Latino – however the hell you wanna call it. I got a bunch of stuff for, saying... You know what I mean, I'm American and I think people need to realize the fact that, you know, I am American with Mexican descent. Doesn't mean I'm a sellout. It just means I love my country this much."
Check out Henry Cejudo's video below:
Cejudo made the controversial comments while speaking at a campaign event of aspiring Arizona governor Kari Lake. The MMA star declared his support for the Republican candidate.
Henry Cejudo reacts to new UFC regulations on gambling
The UFC recently made big changes this week by banning their fighters from betting on UFC fights. Needless to say, Henry Cejudo is not a big fan of the developments.
During the same Q&A on YouTube, Cejudo expressed frustration over the matter. He also questioned whether it was legal for the UFC to enforce the gambling ban:
"So we cannot bet? That’s crazy, man! There has to be a... I don’t, I mean, whatever dude. So we can’t bet on any fights? None? Yeah, but how does that make it legal? Did we sign a contract? Did we sign a waiver or something along the lines that doesn’t let us bet? I don’t get it."
Check out the tweet below:
The latest changes to the promotion's Athlete Code of Conduct were announced in a memo from the UFC signed by Hunter Campbell. MMA journalist Ariel Helwani first broke the news on Twitter on Monday.
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": 1264685, "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(1264685); 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(1264685) >= 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(1264685) .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 }); })();