Liv Morgan has been absent from WWE TV due to an injury. However, she made headlines recently after being arrested for possession of marijuana.

It so happens that Morgan was arrested for “possession of marijuana (not more than 20 grams) and possession of drug, possibly synthetic cannabinoid." on December 14th, 2023. The Sumter County Sheriff who booked her noticed her jeep cross the yellow and white lines several times. When she was stopped, marijuana odor and the substance was uncovered. She was released after a bond was posted for $3,000.

In recent developments, there's a rumour within WWE that the "vape-pen" discovered wasn't hers, but belongs to someone else who had left it in her jeep.

Her court date is set for February 12, 2024. The charges against her are quite serious in Florida, and she could be facing a maximum jail-time of a year for each charge.

It’s unknown if she will face any repercussions from WWE given that possession of substances is a breach of contract as per the Wellness Policy.


Liv Morgan has been out after a shoulder injury

The superstar was last seen in action against the current Women’s World Champion, Rhea Ripley.

Her shoulder injury occurred during her match against Dakota Kai and Bayley in a tag team match, where Raquel Rodriguez and Morgan defeated them. However, she did return to the ring after one and half months and had a brief face-off with The Eradicator.

She was written off WWE TV after Rhea Ripley put her arm in a chair and stomped on it on the July 24, 2023 episode of WWE RAW.

Reportedly, she’s still dealing with her shoulder injury and recovery. There’s no known date of return for Liv Morgan, but it’s possible she’s being considered for WrestleMania 40, as per sources.

"We are told that Morgan had already been penciled in as to when she would be returning to company storylines in 2024 and currently, this is not believed to change those plans. The belief was she would be back in by the build to Wrestlemania, and was very much in the mix for what we are told is a 'a high profile program.'"

It’s unknown if WWE’s plans will change following Liv Morgan's arrest.

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